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
{{CSSTokenStreamValue}} objects represent unsupported values and values that reference custom properties. They represent a list of string fragments and variable references.
94
+
{{CSSTokenStreamValue}} objects represent values that reference custom properties. They represent a list of string fragments and variable references.
94
95
95
96
The {{StylePropertyMap}} {#the-stylepropertymap}
96
97
================================================
@@ -1041,14 +1042,14 @@ procedure defined by each of the CSSStyleValue subclasses listed for that proper
1041
1042
turn, falling back to the next subclass in the list if the current one
1042
1043
fails to normalize.
1043
1044
1044
-
If all listed subclasses fail, then the value is normalized as a
1045
-
{{CSSTokenStreamValue}}.
1045
+
If all listed subclasses fail, then the value is normalized as a raw
1046
+
{{CSSStyleValue}}, with the <a attribute for=CSSStyleValue>cssText</a> attribute
0 commit comments