You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
iron-icon has no way for us developers to help disadvantaged users who use a screen reader to understand what the meaning of the icon in this situation is.
Expected outcome
We as developers define an alt-attribute on the element and a screen reader announces the text provided in the ways ARIA best practices define.
Actual outcome
There is no way official way to announce a text.
Live Demo
<iron-icon icon="icons:accessibility" alt="Example for icon accessibility"></iron-icon>
The text was updated successfully, but these errors were encountered:
iron-icon
has no way for us developers to help disadvantaged users who use a screen reader to understand what the meaning of the icon in this situation is.Expected outcome
We as developers define an
alt
-attribute on the element and a screen reader announces the text provided in the ways ARIA best practices define.Actual outcome
There is no way official way to announce a text.
Live Demo
<iron-icon icon="icons:accessibility" alt="Example for icon accessibility"></iron-icon>
The text was updated successfully, but these errors were encountered: