mynameistechno / finderjs

Browse hierarchical data in columns, similar to OS X's Finder

Home Page:https://markmatyas.dev/finderjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARIA / screen reader support

aleventhal opened this issue · comments

Implement role="tree" on the outer widget.
For each item that gets focused, use role="treeitem" aria-level="[number]"

Also, non-leaf nodes should have either:
aria-expanded="true"
or
aria-expanded="false"