- From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Aug 2022 08:38:24 +0000
- To: public-css-archive@w3.org
Thanks you @weinig, that's very helpful! You mention that computed values are unchanged, and there's a bit of https://drafts.csswg.org/css-color-4/#color-function that I'd like your take on: > An out of gamut color has component values less than 0 or 0%, or greater than 1 or 100%. These are not invalid; instead, for display, they are [css gamut mapped](https://drafts.csswg.org/css-color-4/#css-gamut-mapped) using a relative colorimetric intent which brings the values within the range 0/0% to 1/100% at computed-value time. Following the spec on this point would make the result of gamut mapping visible via `getComputedStyle(element)`. Do you think the spec should change on this point? -- GitHub Notification of comment by foolip Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7610#issuecomment-1219197037 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 18 August 2022 08:38:26 UTC