WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessible AJAX type form controls...

for

From: Tim Harshbarger
Date: Sep 11, 2007 2:10PM


It might be more accessible if they used ordered or unordered lists to
construct the tree. That would at least provide some indication of how
many nodes are in each branch. It would also help if it indicated to
the screen reader which items are expanded and collapsed--like you
mentioned.

Is it an option to alter the javascript that generates the treeview?
>Yahoo! Has a pretty decent treeview control:
>http://developer.yahoo.com/yui/examples/treeview/default_tree_c
>lean.html
>http://developer.yahoo.com/yui/examples/treeview/index.html
>
>It is keyboard accessible, but the + and - sign do not have
>ALT attributes. When you turn Styles off, the tree view still
>works well with the keyboard, but you lose the visual
>heirarchy of the nodes. You can aid this by including text
>detailing the branch each item is on/within.

Tim