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
The aria spec recommends that "elements with the role tooltip are referenced through the use of aria-describedby before or at the time the tooltip is displayed."
This means that in order to make the application conform to a11y best practices when having a tooltip, you have to add aria-described for each element with a tooltip:
The aria spec recommends that "elements with the role tooltip are referenced through the use of aria-describedby before or at the time the tooltip is displayed."
The Google Chrome a11y dev tools test suite has a rule for enforcing this.
This means that in order to make the application conform to a11y best practices when having a tooltip, you have to add aria-described for each element with a tooltip:
If paper-tooltip has an id, then it should have enough to be able to do this automatically:
The text was updated successfully, but these errors were encountered: