-
Notifications
You must be signed in to change notification settings - Fork 27
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
output element is a labelable element #225
Comments
Some other elements are defined as 'labelable elements' by the HTML Standard but the label isn't used in the accessible name calculation:
and form-associated custom elements |
yes, thank you. all of these are being covered in my pending update. |
anything not |
The
output
element is a labelable element and as such, its naming algorithm should be updated to indicate this.Presently the algorithm is:
aria-label
andaria-labelledby
title
Should be updated to:
aria-label
andaria-labelledby
label
elementtitle
edit: subtree shouldn't be considered for name. name AND subtree need to be announced by the
output
live region and should not just announce name.The text was updated successfully, but these errors were encountered: