[Webkit-unassigned] [Bug 262733] New: AX: optimize accessibilityIsIgnored computation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 5 14:10:21 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262733
Bug ID: 262733
Summary: AX: optimize accessibilityIsIgnored computation
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: jhoffman23 at apple.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
We currently traverse the ancestor hierarchy three times to compute isAXHidden, isPresentationalChildOfAriaRole, and isDescendantOfBarrenParent—all of which we need to compute accessibility is ignored. This should happen in the same traversal.
--
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/20231005/3ee3540f/attachment.htm>
More information about the webkit-unassigned
mailing list