Skip to content

Commit 08860d4

Browse files
committed
[cssom-1] Make sure CSSOMString only gets dfn'd once.
1 parent cd82756 commit 08860d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ CSSOMString {#cssomstring-type}
280280
Most strings in CSSOM interfaces use the <dfn interface>CSSOMString</dfn> type.
281281
Each implementation chooses to define it as either {{USVString}} or {{DOMString}}:
282282

283-
<pre class=idl>
283+
<pre class="def lang-webidl">
284284
typedef USVString CSSOMString;
285285
</pre>
286286

0 commit comments

Comments
 (0)