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

Keyboard interaction for treeview does not indicate what to do when the first child node is disabled #1525

Open
marjonlynch opened this issue Sep 14, 2020 · 0 comments

Comments

@marjonlynch
Copy link

When traversing a tree-view with the keyboard, hitting the right arrow key on a node with children specifies to first expand the tree and then if right arrow key is hit again to focus the first child node. It does not specify what to do when that first node is disabled. Presumably the instruction would be to focus the first non-disabled child node.

https://w3c.github.io/aria-practices/#keyboard-interaction-23

Right arrow:
When focus is on a closed node, opens the node; focus does not move.
When focus is on a open node, moves focus to the first child node.
When focus is on an end node, does nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant