[Webkit-unassigned] [Bug 237235] New: Optimize StyleSharingResolver readonly and inert checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 26 03:38:04 PST 2022


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

            Bug ID: 237235
           Summary: Optimize StyleSharingResolver readonly and inert
                    checks
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com

readonly & inert are boolean attributes, the only thing that matters is the presence of the attribute, not its value. E.g. `readonly=false` behaves the same as `readonly=readonly` or `readonly=true`.

This saves getting and comparing values for those attributes, and also allows `readonly=readonly` and `readonly=true` or `readonly=false` to start using style sharing.

Same applies for inert.

-- 
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/20220226/63331279/attachment.htm>


More information about the webkit-unassigned mailing list