WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 161734
Bug 126058
AX: Need to expose aria-activedescendant more consistently
https://bugs.webkit.org/show_bug.cgi?id=126058
Summary
AX: Need to expose aria-activedescendant more consistently
James Craig
Reported
2013-12-20 00:29:39 PST
@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
Comment 1
2013-12-20 00:30:30 PST
<
rdar://problem/15706800
>
Jesse Beach
Comment 2
2017-02-09 11:05:57 PST
Related to:
https://bugs.webkit.org/show_bug.cgi?id=167680
https://bugs.webkit.org/show_bug.cgi?id=161734
Jesse Beach
Comment 3
2017-02-09 13:10:14 PST
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
Comment 4
2019-09-26 11:53:43 PDT
*** This bug has been marked as a duplicate of
bug 161734
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug