Closed
Bug 1774946
Opened 3 years ago
Closed 3 years ago
Allow color-mix() to work with a system color (when in HCM) and `transparent` (or maybe other values?)
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: itiel_yn8, Assigned: emilio)
References
Details
Attachments
(1 file)
For example, fill: color-mix(in srgb, CanvasText 50%, transparent);
doesn't work currently, and instead CanvasText is only shown without any level of transparency.
Summary: Allow color-mix() to work with a system color (when in HCM) and `transparent` → Allow color-mix() to work with a system color (when in HCM) and `transparent` (or maybe other colors?)
Summary: Allow color-mix() to work with a system color (when in HCM) and `transparent` (or maybe other colors?) → Allow color-mix() to work with a system color (when in HCM) and `transparent` (or maybe other values?)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → emilio
Flags: needinfo?(emilio)
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e8db6f687c4
Check for allowed colors recursively in forced-colors mode. r=jwatt
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•