[Webkit-unassigned] [Bug 234691] New: CSS color mutation functions (color-mix(), color-contrast(), relative color syntax) don't work with currentcolor or system-colors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 26 10:38:08 PST 2021


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

            Bug ID: 234691
           Summary: CSS color mutation functions (color-mix(),
                    color-contrast(), relative color syntax) don't work
                    with currentcolor or system-colors
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

The CSS 5 color mutation functions (color-mix(), color-contrast(), relative color syntax) don't work with currentcolor or system-colors as one of their origin colors.

This is due to the parser not being the right time to resolve those values, so some intermediate type is going to be needed to late resolve these things (perhaps time for a CSSColor object that can be resolved into a Color when appropriate).

-- 
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/20211226/c199d367/attachment-0001.htm>


More information about the webkit-unassigned mailing list