Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html-aam PR 401] handling fallback content for the meter element #2222

Closed
wants to merge 13 commits into from

Commits on May 4, 2022

  1. handling fallback content for the meter element

    resolves #27
    
    this PR looks to treat the fallback content (the subtree) of the meter element as `aria-valuetext`.
    
    However, an author updates the value of the meter element, but does not update the subtree/fallback content, then the `value` needs to instead take preference over the fallback content, as the fallback contnet would no longer represent the true value of the `meter` element.
    scottaohara authored May 4, 2022
    Configuration menu
    Copy the full SHA
    446369d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2333929 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    53545f3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    e694efa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    00f4929 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    cfb6b51 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Update index.html

    Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
    scottaohara and cookiecrook authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    862a356 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    6097667 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    a3e2b84 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update index.html

    scottaohara authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    95e8930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89cc8d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    06245d4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. editorial: move html-aam PR401

    pkra committed May 24, 2024
    Configuration menu
    Copy the full SHA
    32d7c26 View commit details
    Browse the repository at this point in the history