[Webkit-unassigned] [Bug 238267] New: AX: Remove firstChild, lastChild, previousSibling, nextSibling, nextSiblingUnignored, and previousSiblingUnignored from the AXCoreObject interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 23 09:56:29 PDT 2022


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

            Bug ID: 238267
           Summary: AX: Remove firstChild, lastChild, previousSibling,
                    nextSibling, nextSiblingUnignored, and
                    previousSiblingUnignored from the AXCoreObject
                    interface
           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

All of these except nextSibling and previousSibling are ASSERT_NOT_REACHED no-ops in AXIsolatedObject. We do compute next and previous sibling for isolated objects, but they're only used in one place (appendChildrenToArray), and the usage doesn't make sense for isolated objects.

-- 
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/20220323/2df3fceb/attachment.htm>


More information about the webkit-unassigned mailing list