[Webkit-unassigned] [Bug 195336] New: AX: Add remote search support for keyboard focusable element search type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 12:34:22 PST 2019


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

            Bug ID: 195336
           Summary: AX: Add remote search support for keyboard focusable
                    element search type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ericliang at apple.com
                CC: webkit-bug-importer at group.apple.com

In order to support accessibility keyboard navigation in web view, the following API support is requested:

Adding another option to AXUIElementsForSearchPredicate to search for keyboard focusable elements.
If AXWebArea is passed in as the currentElement, then return the first keyboard focusable element inside the web view.
If a random descendant of the web view is passed in as the currentElement, then find the next keyboard focusable elements in the DOM order.
If no more keyboard focusable element is found, then pass the AXWebArea as the result.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190305/b3611a90/attachment.html>


More information about the webkit-unassigned mailing list