[Webkit-unassigned] [Bug 256034] New: Some FontSizeAdjust members are uninitialized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 27 02:30:05 PDT 2023


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

            Bug ID: 256034
           Summary: Some FontSizeAdjust members are uninitialized
           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: vitaly at igalia.com

While this is not a problem for element styles, since they always assign initial values during the resolving process, it is for the document style. The document style gets some properties initialized in `RenderStyle resolveForDocument(const Document& document)` but not `fontSizeAdjust`, thus potentially leaving them to random values. It means that two otherwise identical document styles will be considered different and cause style invalidation of the entire DOM tree when it's not really necessary.

-- 
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/20230427/b215dfc4/attachment.htm>


More information about the webkit-unassigned mailing list