[Webkit-unassigned] [Bug 248127] New: Cleanup StyleProperties::fontSynthesisValue()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 02:29:43 PST 2022


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

            Bug ID: 248127
           Summary: Cleanup StyleProperties::fontSynthesisValue()
           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

- Use `propertyAsValueID` instead of custom lambda, it is possible since longhands are never added implicitly.
- Always do checks against the value ID (it is now possible now that we include the `isCSSWideKeyword()` function)
- Use pattern consistent with other methods for appending the strings to the string builder.

-- 
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/20221119/12b9aaa3/attachment-0001.htm>


More information about the webkit-unassigned mailing list