[Webkit-unassigned] [Bug 221880] Add experimental support for CSS Color 5 Relative Color Syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 14 14:51:03 PST 2021


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

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
Created attachment 420255

  --> https://bugs.webkit.org/attachment.cgi?id=420255&action=review

WIP

WIP. This adds parsing and resolving for all relative colors with a few main things missing:

- Doesn't support calc() using the component identifiers - e.g `color: hsl(from red calc(h+180) s l)`.
- Doesn't support system keywords.

It's also got a bunch of housekeeping that can go in first, so I am going to break it up to actually land what is here.

-- 
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/20210214/4d7897e8/attachment-0001.htm>


More information about the webkit-unassigned mailing list