[csswg-drafts] [css-color-5] RCS channel keyword definitions are broken (#8250)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-5] RCS channel keyword definitions are broken ==
In https://github.com/w3c/csswg-drafts/commit/102f3c3a8c9a273d6ab7db046341a92b13d1307d Chris changed the definition of many of the channel keywords (like r, g, b in rgb(); s, l in hsl()) from being `<<percentage>>` to being "`<<number>>` or `<<percentage>>`".

This needs to be reverted; that definition isn't about allowed syntax, but rather about the value itself. The channel keywords *are* percentage values. They can't be either/or, as calc()s using them need to know which they are for validity.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8250 using your GitHub account


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

Received on Wednesday, 21 December 2022 19:07:21 UTC