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 533] Clarify hidden elements do not return name #2214

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 26, 2024

  1. Clarify hidden elements do not return name

    closes #370
    
    Adds comments to label, legend and caption elements to indicate that if they are hidden, then they will not return a name for their associated elements.
    
    Note that right now this means that 
    ```
    <label for=d hidden>foo</label>
    <input id=d title=bar>
    ```
    has _no name_.  The label is still referenced, but because it is hidden it returns an empty name in Safari and Chromium browsers.  Firefox correctly returns "bar" as the name of the input.
    scottaohara committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cd91fd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on May 23, 2024

  1. editorial: move html-aam PR533

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    571a521 View commit details
    Browse the repository at this point in the history
  2. chore: prettier

    scottaohara authored and actions-user committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    24b895b View commit details
    Browse the repository at this point in the history