Improved accessibility of treeview control used in internal pages.
1. Added accessibility label for each tree item. Without it the accessible label was automatically computed by concatenating the text in all the children: a non-sensical output. 2. Added group role for children which enables screen readers to announce the current level in the tree. 3. Added aria-expanded for tree items with children. R=dmazzoni@chromium.org, thakis@chromium.org TESTED=Manually with Jaws and NVDA CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2201033004 Cr-Commit-Position: refs/heads/master@{#410414}
Showing
Please register or sign in to comment