[csswg-drafts] [css-color-4] Make it more clear which predefined colorspaces allow percentages in the color() function (#5894)

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

== [css-color-4] Make it more clear which predefined colorspaces allow percentages in the color() function ==
It would be useful to make it very clear which of the predefined colorspaces (https://www.w3.org/TR/css-color-4/#predefined) accepted by the color function allow or disallow percentages. 

For example, I would assume color(srgb 50% 50% 50%) is valid, but color(xyz 50% 50% 50%) is not (since you can't take 50% of +infinity). color(lab ) is currently clear as it states: `The lab [CIELAB] colorspace accepts one percentage and two numeric parameters,...` 

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


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

Received on Monday, 25 January 2021 19:30:18 UTC