Bug 115973

Summary: Web Inspector: AX: The DOM tree display needs ARIA roles and states
Product: WebKit Reporter: Victor Tsaran <vtsaran>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jcraig, joepeck, timothy, vtsaran, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Victor Tsaran 2013-05-11 19:03:15 PDT
In order to make Web Inspector accessible to screen reader users, ARIA roles and states should be used to describe the structure of the DOM tree display. In particular,
 roles of "tree", "group" and "tree item" should be utilized. Additionally, aria-expanded state would be used to indicate whether the group of tree items is expanded or collapsed.
For more information, please see: http://www.w3.org/WAI/PF/aria/roles#tree
Comment 1 Victor Tsaran 2013-05-11 19:24:33 PDT
Forgot to mention that aria-selected state would be used to indicate the currently-selected tree item.
Comment 2 Radar WebKit Bug Importer 2013-05-15 07:02:40 PDT
<rdar://problem/13899155>
Comment 3 James Craig 2014-05-02 21:12:26 PDT
Forward duping to bug 132510 which has more info about the problem.

*** This bug has been marked as a duplicate of bug 132510 ***