[csswg-drafts] [css-color-5] What should happen in color-mix() if two opposing hue adjusters have different interpolation modifiers? (#6048)

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

== [css-color-5] What should happen in color-mix() if two opposing hue adjusters have different interpolation modifiers? ==
In CSS Color 5's color-mix() function, https://drafts.csswg.org/css-color-5/#color-mix, what should happen if two opposing hue adjusters have different modifiers? For example:

```css
color-mix(lch, red hue longer 75%, blue hue shorter 25%);
```

Which hue interpolation (https://drafts.csswg.org/css-color-5/#hue-interpolation) algorithm should be used in this case?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6048 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:11:00 UTC