Re: [csswg-drafts] [css-color-4] [css-color-5] inconsistent mentions of powerless components in `white`. (#8609)

That is not really what is happening here.
You can get the same result with a white defined in `oklch`

This should be true white in `oklch`:

```css
color-mix(in oklch, oklch(100% 0 0), blue);
```

Browsers just aren't handling powerless/missing components correctly.
But the specification is also inconsistent when referring to these powerless/missing components.

- `css-color-4`: `white` is `oklch(100% none none)`
- `css-color-5`: `white` is `oklch(100% 0 none)`

This is not a math/floating point issue, it is a specification and implementation issue :)

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


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

Received on Saturday, 18 March 2023 19:20:30 UTC