We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef7596 commit f03a280Copy full SHA for f03a280
css-typed-om/Overview.bs
@@ -124,8 +124,10 @@ interface CSSStyleValue {
124
</pre>
125
126
{{CSSStyleValue}} objects are the base class of all CSS Values accessible via the Typed OM API.
127
+
128
Values that can't yet be directly supported by a {{CSSStyleValue}} subclass
-are also represented as {{CSSStyleValue}} objects.
129
+are also represented as {{CSSStyleValue}} objects. These {{CSSStyleValue}} objects are only
130
+considered valid for the property that it was parsed with.
131
132
The <a for="CSSStyleValue">stringification behavior</a> of {{CSSStyleValue}} objects is to
133
return a normalized representation
0 commit comments