[Webkit-unassigned] [Bug 223204] Refactor Pair.h to CSSValuePair.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 09:40:45 PDT 2021


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

--- Comment #9 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 424205
  --> https://bugs.webkit.org/attachment.cgi?id=424205
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=424205&action=review

Thanks for looking into this Tyler.

> Source/WebCore/ChangeLog:11
> +        1. It's not a sub-class of CSSValue, making it awkward to use.
> +        2. It can only contain CSSPrimitiveValues.

Would it be possible / practical to have a type, like, CSSPrimitiveValuePair.h which *is* a subclass of CSSValue, but only has CSSPrimitiveValues items for the cases where we don't need to store arbitrary CSSValues as the items? Perhaps even as a subclass of CSSValuePair?

-- 
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/20210327/bef98b6b/attachment.htm>


More information about the webkit-unassigned mailing list