[Webkit-unassigned] [Bug 233728] New: AX Isolated Tree: Document links should be stored in web areas, not the root
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 1 15:00:32 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233728
Bug ID: 233728
Summary: AX Isolated Tree: Document links should be stored in
web areas, not the root
Product: WebKit
Version: WebKit Nightly Build
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
In WebAccessibilityObjectWrapperMac.mm, we expose the document links attribute (AXLinkUIElements) on web areas. However, in AXIsolatedObject::initializeAttributeData we currently only store AXPropertyName::DocumentLinks for the root element, which is not a web area. This causes accessibility/visible-elements.html to fail.
https://github.com/WebKit/WebKit/blob/109c8234854a0fa28955d81994bb98daa1fa14fe/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm#L2235#L2237
--
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/20211201/850b8e94/attachment.htm>
More information about the webkit-unassigned
mailing list