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

I think what's going on in implementations is that `transparent` is transparent black, so the hue we end up interpolating with is `black`'s hue, and https://drafts.csswg.org/css-color/#interpolation-alpha mentions that `hue` isn't premultiplied by alpha, so I think that's what is causing the shift, and browsers are correct per spec? (I have no opinion on whether the spec should change tho)

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


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

Received on Monday, 3 April 2023 10:29:51 UTC