- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Aug 2023 12:54:08 +0000
- To: public-css-archive@w3.org
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