- From: Sam Weinig via GitHub <sysbot+gh@w3.org>
- Date: Sat, 17 Jul 2021 16:09:13 +0000
- To: public-css-archive@w3.org
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