[Webkit-unassigned] [Bug 128747] New: AX: Add ability to specify descendant type when using AXUIElementsForSearchPredicate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 10:13:29 PST 2014


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

           Summary: AX: Add ability to specify descendant type when using
                    AXUIElementsForSearchPredicate.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: samuel_white at apple.com
                CC: webkit-bug-importer at group.apple.com


Add the ability to limit element results to immediate container descendants only.

This can be accomplished by supporting the following new keys and values:

Key:
AXImmediateDescendantsOnly (similar to AXVisibleOnly)

Value:
YES/NO

Unless we suspect further descendant filtering needs will arise in the future. In which case we could start with:

Key:
AXSearchScope (similar to AXSearchText and AXSearchKey)

Values:
AXAllDescendants
AXImmediateDescendants

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