[Webkit-unassigned] [Bug 241105] New: Ensure logical properties have skip-builder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 11:15:30 PDT 2022


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

            Bug ID: 241105
           Summary: Ensure logical properties have skip-builder
           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: obrufau at igalia.com

Builder::applyProperty resolves logical properties into physical ones.
So there is no need to define BuilderCustom methods for them.
Thus, most already have skip-builder:true.
However, contain-intrinsic-block-size and contain-intrinsic-inline-size don't have that, and then they have some unnecessary methods in BuilderCustom.

-- 
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/20220530/5f053559/attachment.htm>


More information about the webkit-unassigned mailing list