- From: weinig via GitHub <sysbot+gh@w3.org>
- Date: Sat, 27 Feb 2021 19:05:26 +0000
- To: public-css-archive@w3.org
weinig has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-color-5] How should negative percentages behave in color-mix()? == In CSS Color 5's color-mix() function, https://drafts.csswg.org/css-color-5/#color-mix, what should happen if a negative percentage is passed either as lone percentage or to an adjuster. For example, what should the behavior of the following two examples be: ```css color-mix(lch, red -10%, blue); color-mix(lch, red hue -10%, blue); ``` In the investigative implementation in WebKit, I have implemented it as clamping to 0% in this case, but would like further clarity. Another, perhaps better, interpretation would be to keep it -10%, and use 110% of the hue of blue? In general, being specific about values less than 0 and greater than 100 would be useful. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6047 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 27 February 2021 19:05:27 UTC