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

Update: option element mapping table #2365

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

Commits on Oct 30, 2024

  1. Update: option element mapping table

    This PR does a few things:
    
    1. Adds text indicating that UAs should calculate the x of y position of options similar to radio buttons (this is what happens now, but was not specified)
    2. Re: the above mentioned x of y (aria-posinset / aria-setsize) for options, the radio button text that this was pulled from had a few wording updates to keep consistency.
    3. adds UA MAY to comments of option, indicating what could be done to correct for invalid nesting of interactive elements within options (per upcoming customizable select where this scenario could occur)
    scottaohara authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6f21979 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. add naming steps for option

    this commit also contains commented out content to address w3c/html-aam#568 in a future PR
    scottaohara authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a22f286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d790ae View commit details
    Browse the repository at this point in the history