krautzource / sre-to-tree

MIT License
0 stars 0 forks source link

consider aria-hidden on everything but the root #27

Closed pkra closed 3 years ago

pkra commented 3 years ago

VoiceOver and Talkback will move through the tree regardless of the aria-label and tabindex, creating repetition.

We should add aria-hidden on everything but the tree root. Whatever does the tree-walking needs to take care of unhiding the current node.