Re: [csswg-drafts] [css-color-4] Color modifications proposal: extending color functions

@LeaVerou from the following paragraph

> Values outside the device gamut should be clipped or mapped into the gamut when the gamut is known: the red, green, and blue values must be changed to fall within the range supported by the device.

So per spec, clamping applies to the _device_ gamut, not the sRGB gamut. Not sure whether or not that's implemented: you'd have to test with `rgb(150%, 0%, 0%)` on wide-gamut devices is noticeably brighter than regular `red`.

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

Received on Monday, 15 October 2018 21:58:24 UTC