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
currentcolor isn't turned into a color until used-value time, so you won't have it at variable time. (Our impl currently does it at computed-value time, as the spec used to say that, but Tim Loh just confirmed with me that we should change our impl - all the browsers agreed on the change a while ago.)
We'll need to expose currentcolor as a value type, similar to length keywords. If people want to handle it, they can do it themselves by taking 'color' as an input property. We could provide helpers for the currentcolor case that lie and claim it's opaque black, so naive code will still "work".
There are three different options here:
The text was updated successfully, but these errors were encountered: