We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabceae commit ae96685Copy full SHA for ae96685
css-typed-om/Overview.bs
@@ -117,13 +117,13 @@ Some particular considerations:
117
{{CSSStyleValue}} objects {#stylevalue-objects}
118
============================================
119
120
-<pre class='idl'>
+<xmp class='idl'>
121
interface CSSStyleValue {
122
stringifier;
123
static CSSStyleValue? parse(DOMString property, DOMString cssText);
124
- static sequence<CSSStyleValue>? parseAll(DOMString property, DOMString cssText);
+ static sequence<CSSStyleValue>? parseAll(DOMString property, DOMString cssText);
125
};
126
-</pre>
+</xmp>
127
128
{{CSSStyleValue}} objects are the base class of all CSS Values accessible via the Typed OM API.
129
0 commit comments