Email or username:

Password:

Forgot your password?
Top-level
Amelia Bellamy-Royds

@jimniels *due to color spaces AND browser bugs

(the gradient renderings here are incorrectly assuming a color-space-specific "starting hue" for white, instead of treating it as a neutral that matches whatever you're blending with, as required by the CSS spec)

2 comments
Sara Joy :happy_pepper:

@AmeliaBR @jimniels oh good. So I'm not crazy for finding this so off and weird.

Amelia Bellamy-Royds

@sarajw You're not! The spec has been really carefully thought through to define natural & intuitive colour transitions. But it requires implementation to keep track of null-like values when converting between colour formats, & clearly that required a degree of digging up old code that hasn't been done yet. (Also suggests there may be gaps in the test suite.) @jimniels

Go Up