[Webkit-unassigned] [Bug 255579] New: AX: AXUIElementsForSearchPredicate returns text inside links in addition to the links themselves for AXUnvisitedLinkSearchKey and AXVisitedLinkSearchKey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 17 23:24:16 PDT 2023


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

            Bug ID: 255579
           Summary: AX: AXUIElementsForSearchPredicate returns text inside
                    links in addition to the links themselves for
                    AXUnvisitedLinkSearchKey and AXVisitedLinkSearchKey
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

This happens because our implementation currently uses AXCoreObject::style() to determine these properties:

https://github.com/WebKit/WebKit/blob/34a1f637714c4b88cb27cde64e9c1298a29276d2/Source/WebCore/accessibility/AccessibilityRenderObject.cpp#L1703#L1719

And the style of RenderText seems to be inherited from its parent. This is probably not the correct behavior for macOS (but may be OK for iOS?)

-- 
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/20230418/4b0bfd87/attachment.htm>


More information about the webkit-unassigned mailing list