Re: [csswg-drafts] [css-color-5] Gamut mapping in HSL/HSB (#7107)

As another point of confusion, Example 7 in the spec shows this example:

```css
color-mix(in hsl, color(display-p3 0 1 0) 80%, yellow);
```

It says that the P3 color is equivalent to `hsl(120 100% 49.898%)`, but that doesn't match either of the above results, which are either approximately `hsl(136 100%, 49%)` or `hsl(139 100% 48%)`. What is the correct answer here?

-- 
GitHub Notification of comment by devongovett
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7107#issuecomment-1060031797 using your GitHub account


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

Received on Sunday, 6 March 2022 20:15:44 UTC