Bug 126058
Summary: | AX: Need to expose aria-activedescendant more consistently | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Craig <jcraig> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs.webkit.org, jesse.r.beach, webkit-bug-importer, webkit |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 145646 |
James Craig
@aria-activedescendant is being exposed inconsistently.
WebKit exposes it under AXSelectedRows for some controls like AXOutline (role="tree"), AXList (role="listbox"), and possibly AXMenu (role="menu"), but WebKit doesn't expose @aria-activedescendant at all on some controls, like generic textfields. WebKit does expose it (as the AXSelected option in the AXList) in comboboxes if the author hooks up the AXOwns relationship properly to point to the popup listbox.
However WebKit exposes @aria-activedescendant, it should be more consistent.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15706800>
Jesse Beach
Related to:
https://bugs.webkit.org/show_bug.cgi?id=167680
https://bugs.webkit.org/show_bug.cgi?id=161734
Jesse Beach
Update: aria-activedescendant works in Chrome (not Safari) in combination with a role of textbox. Combined with a role of combobox, aria-activedescendant does not work in Chrome or Safari.
James Craig
*** This bug has been marked as a duplicate of bug 161734 ***