Re: [csswg-drafts] [css-color-5] Clarify serialization of color-mix() (#6206)

Sorry for the delay in response. 

This looks ok to me, but has one oddity, though I am not sure it is actual a problem and might be a good thing. The oddity is that normal `hsl()` and `hwb()` colors currently serialize as `rgb()`, and therefore this would be the first place where `hsl()` and `hwb()` are being serialized out. I actually prefer this, but I wanted to call it out as an interesting difference. WebKit doesn't currently do this, but supporting it would be trivial, and I am happy to update to this serialization.

We may also want to specify the minimum precision (number of bits-per-channel) for these forms as is done for the main color serialization - https://drafts.csswg.org/css-color-4/#serializing-color-function-values.

-- 
GitHub Notification of comment by weinig
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6206#issuecomment-881920554 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 17 July 2021 16:09:14 UTC