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
In the new CSS Color spec, computed value of <color> could be either a numeric color or currentcolor keyword. However, color properties currently always return numeric color value, and web content may depend on that behavior. I think we should probably make those properties use "used value" as "resolved value" for getComputedStyle.