Re: [csswg-drafts] [css-color-4] [css-color-5] Mixing with `transparent` seems broken in implementations (#8612)

Very happy to see that Chrome is now interpolation in `color-mix` correctly in Canary 🎉 

But I think we need more coverage for gradients :

```css
#a {
  background: color-mix(in oklch, blue, transparent);
  height: 50px;
}

#b {
  background: linear-gradient(to right in oklch, transparent, blue);
  height: 50px;
}
```

https://codepen.io/romainmenke/pen/NWEaKpL

<img width="1470" alt="Screenshot 2023-07-06 at 15 48 48" src="https://github.com/w3c/csswg-drafts/assets/11521496/2b6ec64a-e419-4f6f-ac4f-2b14df9356fc">


Unless I am mistaken there should be no difference between `color-mix` and the midway point of a linear gradient with these values.

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


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

Received on Thursday, 6 July 2023 13:49:58 UTC