[Webkit-unassigned] [Bug 229410] New: Optimize inert attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 08:37:53 PDT 2021


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

            Bug ID: 229410
           Summary: Optimize inert attribute
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
            Blocks: 165279

isInert does a tree traversal for the inert attribute.

One possible optimization is to add a flag on Document saying whether a node with an inert attribute has ever been used and only do the traversal in the case.

One thing to be careful of is nodes potentially moving documents.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=165279
[Bug 165279] Implement inert attribute (affects keyboard, events, and accessibility)
-- 
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/20210823/0aec6725/attachment.htm>


More information about the webkit-unassigned mailing list