-
Notifications
You must be signed in to change notification settings - Fork 789
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
aria-roledescription #234
Comments
Thanks, we are starting to add support for ARIA 1.1 so we'll add this to the list. |
I don't think we can support this until there is widespread adoption of this in assistive technologies. It seems to me that most use cases for this attribute would cause problems for users of AT that don't support it. |
Closing the issue as aria-roledescription is currently unsupported in a number of popular screen readers. We are working on accessibility supported checks which will make it easier to configure this sort of stuff in the future, but we're not going to add it by default until assistive technologies support has improved. |
Hmmm, it seems weird to me that being valid and documented, an axe audit still flags it as an invalid attribute to code using this attribute. At the very least flag its uses and warn users running these audits that the attribute is not widely implemented in assistive technologies. But saying it's an incorrect attribute, when it can be found in plain sight in aria documentation, can be confusing. |
@gnapse We are planning to improve the messaging around unsupported accessibility features. We've added one such feature for unsupported roles. unsupported attributes is next on the list. Stay tuned! |
Yeah, I'd like this to be supported as well. It's starting to be adopted more and more, so pretty please? :) |
I believe this is now supported by JAWS, and VoiceOver for Safari on the Mac, and Firefox with NVDA so supporting it, or at least changing the message returned from "Invalid ARIA attribute name" to a warning that it may cause issues with some screen readers would be very useful. |
I tested for support across the current browser/ATs, here are the results
|
recognized as [critical] invalid aria attribute.
see https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription
The text was updated successfully, but these errors were encountered: