- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Apr 2023 10:29:49 +0000
- To: public-css-archive@w3.org
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