You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse cssText as a <color> and let result be the result.
It links to CSS Color 3, which states "A <color> is either a keyword or a numerical specification" and then defines a legacy set of sRGB-only ways to define a color. It misses out Lab, LCH, HWB, and color() so is an inappropriate reference.
I suspect this is merely a bikeshed issue and that the intent was to link to the CSS Color 4 definition of <color>.