-
Notifications
You must be signed in to change notification settings - Fork 125
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
base: main
Are you sure you want to change the base?
Conversation
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)
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
this PR might also need to include an entry for the option element into the accName steps in html aam... specifically regarding the use of the EDIT: in the open ui call we resolved that the
also, might be worth calling out that - at least as far as i recall - option in the current select doesnt' always support aria-label, since the UA presented listbox/options didn't always carry over aria-attributes (again, last i recall this wasn't supported everywhere) |
this commit also contains commented out content to address w3c/html-aam#568 in a future PR
This PR does a few things:
related to whatwg/html#10586 (among other customizable select prs/issues)
Test, Documentation and Implementation tracking
Once this PR has been reviewed and has consensus from the working group, tests should be written and issues should be opened on browsers. Add N/A and check when not applicable.