[Webkit-unassigned] [Bug 245970] 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
Mon Oct 3 09:41:19 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245970
Bug ID: 245970
Summary: CSS color mutation functions (color-mix(),
color-contrast(), relative color syntax) don't work
with currentcolor or system-colors
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: m_dubet at apple.com
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).
Depends on : https://bugs.webkit.org/show_bug.cgi?id=234691
--
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/20221003/64530d97/attachment.htm>
More information about the webkit-unassigned
mailing list