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
If the value is the currentcolor keyword, return "currentcolor".
Otherwise, return the result of serializing the <color> value.
That isn't the only case for non-absolute colors. It would be better perhaps to reference CSS Color 5 absolute color whose more comprehensive definition is:
An absolute color is a <color> whose computed value has an absolute, colorimetric interpretation. This means that the value is not:
I believe this might be the reason why the "light-dark" value is not supported here. (The universal syntax "*" is a good workaround, feel free to try it.)
In 6.7. Serialization from CSSOM Value, several times we read:
That isn't the only case for non-absolute colors. It would be better perhaps to reference CSS Color 5 absolute color whose more comprehensive definition is:
The text was updated successfully, but these errors were encountered: