[csswg-drafts] [css-color-5] Should `color-mix()` default to oklab interpolation? (#10484)

LeaVerou has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-5] Should `color-mix()` default to oklab interpolation? ==
In #7948 we resolved that gradients should interpolate in oklab by default. This introduces an inconsistency between gradients and `color-mix()`, since the latter requires an interpolation space. At the time we did not want to introduce a default, but I think we’re now confident enough that OkLab would be a good default. Not only does having to type an interpolation method every time make `color-mix()` tedious to use (tediosity that is multiplied when it’s [nested](https://lea.verou.me/blog/2024/css-conditionals-now/#discrete-color-scales)), but also most authors don’t really understand color spaces, and tend to use `in srgb` as that’s familiar, which produces the worst interpolation they could possibly get.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10484 using your GitHub account


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

Received on Saturday, 22 June 2024 14:25:47 UTC