Bug 115973 - Web Inspector: AX: The DOM tree display needs ARIA roles and states
Summary: Web Inspector: AX: The DOM tree display needs ARIA roles and states
Status: RESOLVED DUPLICATE of bug 132510
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-11 19:03 PDT by Victor Tsaran
Modified: 2014-05-02 21:12 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***