-
Notifications
You must be signed in to change notification settings - Fork 72
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
Default Accessibility Semantics for Custom Elements #201
Comments
cc @jcsteh |
Improving the accessibility story of custom elements is important and this is something we'd like to see happen. cc @hsinyi |
Just making the comment here instead of the PR, but I think this should be |
To be clear, this is important, but in the end this is a small part of a much larger whole and we tend to use |
OK, thanks for clarifying @annevk |
Request for Mozilla Position on an Emerging Web Specification
Other information
This will allow Custom Elements to have "default" accessibility semantics, analogous to how built-in elements have "implicit" or "native" semantics.
e.g.
These can be overridden using regular ARIA attributes as normal.
This is currently being implemented in Blink, and we intend to ship this alongside Reflecting IDREF/IDREF list ARIA attributes to element references.
The text was updated successfully, but these errors were encountered: