[Webkit-unassigned] [Bug 251568] New: Add CSSPrimitiveValue::createPair and similar functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 21:56:56 PST 2023


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

            Bug ID: 251568
           Summary: Add CSSPrimitiveValue::createPair and similar
                    functions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darin at apple.com

In the future we will want to break CSSPrimitiveValue into specific classes for different types. One step in this direction is to do more to hide the underlying objects holding the values, which will likely eventually be held in the CSSValue itself. A good first step is to construct objects directly rather than first constructing a sub-object and passing that to the create function.

-- 
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/20230202/14a35849/attachment.htm>


More information about the webkit-unassigned mailing list