Re: [csswg-drafts] [css-color-4] Conversion examples give unexpected results (lab -> sRGB, lab -> P3, ...) (#6816)

Out of curiosity, where does this code come from :

```
>>> Color('lab(45% -128 -128)')
color(--lab 45% -128 -128 / 1)
>>> Color('lab(45% -128 -128)').convert('srgb').clip()
```

Is it something from here : https://colorjs.io ?

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


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

Received on Friday, 19 November 2021 13:29:41 UTC