-
Notifications
You must be signed in to change notification settings - Fork 508
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
Deprecated/Experimental/Non-standard badges are not accessible #5905
Comments
Thanks for filing! I'm transferring this, because it looks like a platform issue. |
There's an open PR to replace these with something else: #5644 I'm not familiar with screen readers, so I don't know if that will work exactly right. The new format for these icons will be:
Hopefully that hidden span will work equally as well as an aria-label. |
@danielhjacobs Indeed but, it will not solve the accessibility problem. We are having a larger discussion about this and will soon open a discussion here on the Yari repo to get community input. |
MDN URLs:
What information was incorrect, unhelpful, or incomplete?
The icons used to communicate status of properties and attributes, i.e. "deprecated", "non-standard", "experimental", lack accessible names and on-screen tooltips to provide users with their purpose. This affects users of assistive technologies (especially those who cannot see the screen/image), users with cognitive difficulties, as well as newer users of MDN.
Specific section or headline?
What did you expect to see?
Non-standard:
<symbol id="icon-nonstandard" viewBox="0 0 16 13.6" role="img" aria-label="Non-standard" title="Non-standard. Check cross-browser support before using.">...</symbol>
Deprecated:
<symbol id="icon-deprecated" viewBox="0 0 100 100" role="img" aria-label="Deprecated" title="Deprecated. Not for use in new websites.">...</symbol>
Did you test this? If so, how?
MDN Content page report details
en-us/web/html/global_attributes
The text was updated successfully, but these errors were encountered: