Skip to content
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

Mark visually hidden tree nodes in getAccessibilityTree #348

Open
calebeby opened this issue Dec 23, 2021 · 0 comments
Open

Mark visually hidden tree nodes in getAccessibilityTree #348

calebeby opened this issue Dec 23, 2021 · 0 comments

Comments

@calebeby
Copy link
Member

(I am thinking this through so this is not a complete thought yet, hold off on feedback till I finish the thought)

Accessible by screen readers, Visible by sighted users

How to test

Shows up in accessibility tree without (visually hidden) marker

Accessible by screen readers, Hidden from sighted users

  • .sr-only, .u-visually-hidden, etc

How to test

Shows up in accessibility tree with (visually hidden) marker

Hidden from screen readers, Visible by sighted users

  • aria-hidden

Hidden from screen readers, Hidden from sighted users

  • Removed from the DOM
  • display:none etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant