Skip to content

Commit ae96685

Browse files
committed
use <xmp>
1 parent dabceae commit ae96685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ Some particular considerations:
117117
{{CSSStyleValue}} objects {#stylevalue-objects}
118118
============================================
119119

120-
<pre class='idl'>
120+
<xmp class='idl'>
121121
interface CSSStyleValue {
122122
stringifier;
123123
static CSSStyleValue? parse(DOMString property, DOMString cssText);
124-
static sequence&lt;CSSStyleValue>? parseAll(DOMString property, DOMString cssText);
124+
static sequence<CSSStyleValue>? parseAll(DOMString property, DOMString cssText);
125125
};
126-
</pre>
126+
</xmp>
127127

128128
{{CSSStyleValue}} objects are the base class of all CSS Values accessible via the Typed OM API.
129129

0 commit comments

Comments
 (0)