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

handling fallback content for the meter element #401

Open
wants to merge 12 commits into
base: gh-pages
Choose a base branch
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 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c060ffe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f55cee View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

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

Commits on May 24, 2022

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

Commits on Jul 5, 2022

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

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    6274fd5 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 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8ec3259 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Jun 6, 2023

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

Commits on Oct 18, 2023

  1. Update index.html

    scottaohara committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    aa6f79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53371e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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