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

Change aria-hidden=false to synonym of undefined #2090

Merged
merged 5 commits into from
May 2, 2024
Merged

Commits on Dec 14, 2023

  1. Change aria-hidden=false to synonym of undefined

    resolves #1256
    
    This PR modifies the previous note about aria-hidden=false to instead indicate that as of ARIA 1.3 is serves as a synonym for the 'undefined' value.
    
    It also includes a minor editorial change to remove the mention of 'screen readers' from the last paragraph of the normative text.  It seemed to state, especially when the sentence ends with referring to 'assistive technologies' in general.
    
    See [last comment](#1256 (comment))
    
    Chrome issue: https://bugs.chromium.org/p/chromium/issues/detail?id=1500299
    
    Question: assuming this PR is approved, would we also want to add the following sentence to the note?
    >In future versions of ARIA, the undefined value will be deprecated in favor of the false value.
    scottaohara committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dd9da47 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Update index.html

    scottaohara committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4a2d620 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update index.html

    Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
    scottaohara and cookiecrook committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    557d5b7 View commit details
    Browse the repository at this point in the history
  2. Update index.html

    scottaohara committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    364c15c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Update index.html

    scottaohara committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6b47058 View commit details
    Browse the repository at this point in the history