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
Inspect the element containing the pseudo attribute.
Identify that the font icon is exposed in the accessibility tree, for instance, in Chrome as "StaticText "".
Expected behavior
The icon should be hidden from the accessibility tree so that it is not announced by screen readers. This can be achieved by adding aria-hidden="true" to the containing element.
The text was updated successfully, but these errors were encountered:
I don't understand. The document is live and in production right now, as it's a Github web page. A Github web page is not exempt from screen reader support or accessibility support.
That's a fair point, this page isn't used in any of our vscode products and was meant to only be used as a demo. I'll work on adding the appropriate aria labels.
Describe the bug
The demonstration code samples do not hide icons from screen readers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The icon should be hidden from the accessibility tree so that it is not announced by screen readers. This can be achieved by adding
aria-hidden="true"
to the containing element.The text was updated successfully, but these errors were encountered: