[Webkit-unassigned] [Bug 126058] New: AX: Need to expose aria-activedescendant more consistently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 20 00:31:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=126058

           Summary: AX: Need to expose aria-activedescendant more
                    consistently
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


@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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list