-
Notifications
You must be signed in to change notification settings - Fork 791
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
Feature request: support new ARIA Annotations from ARIA 1.3 #2078
Comments
Thanks for the issue. Do you know if any browser/screen reader combination supports any of these features? I tested |
Thanks for replying @straker . In the meantime if you use Chrome 82, it will work with any screen reader, because it uses the same API methods to expose the description to screen readers as aria-describedby. |
More info:
|
Thanks for all those links. So I believe that since it's not supported in anything but Chrome canary this wouldn't fall under accessibility supported so I'm unsure if we could support it at this time. However @WilcoFiers would be able to clarify how to move forward with this. |
Thanks for linking to accessibility supported. It makes sense as a general principle, but I wonder if the list should be modernized. For example, why have IE in there at this point, and yet the only Chrome combo is with Talkback? Chrome supports NVDA, JAWS, ChromeVox, Orca and VoiceOver. Like the new Edge, it will soon support Narrator. |
There are a couple of topics to address here, so I'll just take 'm one at a time.
|
Thanks, this is all helpful. Should we open a configuration feature request to allow specific global attributes? |
Done, closing this ticket as I think everything that needs to be discussed here has been. |
ARIA Annotations includes the following new markup:
Roles: insertion, deletion, mark, suggestion comment
Properties: aria-description
In addition, aria-details now supports multiple ids
Here is an explainer: https://github.com/aleventhal/aria-annotations
All of the new markup has landed in the ARIA draft master.
Note that there are a number of places in axe-core that look at aria-describedby, that should also look at aria-description.
Motivation: Chrome uses axe-core for some internal tests, and the lack of support for aria-description is preventing a simplification change in devtools.
The text was updated successfully, but these errors were encountered: