Re: [csswg-drafts] [css-color-5] clipping of component values in RCS (#9259)

I was citing CSS Color 3 because this was the reference I could find.
I should have stated this.

I found the correct reference in the older version of `css-color-4` : https://www.w3.org/TR/css-color-4/#the-hsl-notation

> The next two arguments are the saturation and lightness, respectively. For saturation, 100% is a fully-saturated, bright color, and 0% is a fully-unsaturated gray. For lightness, 50% represents the "normal" color, while 100% is white and 0% is black. If the saturation or lightness are less than 0% or greater than 100%, they are clamped to those values at computed value time, before being converted to an sRGB color.

This has since changed to : 

> The next two arguments are the saturation and lightness, respectively. For saturation, 100% is a fully-saturated, bright color, and 0% is a fully-unsaturated gray. For lightness, 50% represents the "normal" color, while 100% is white and 0% is black.

-------

I missed this change, sorry about the confusion here.

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


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

Received on Tuesday, 29 August 2023 12:54:10 UTC