Skip to content

Commit 08f7b33

Browse files
committed
Revert "[cssom] Mark some IDL bits as examples."
This reverts commit 3a8be81, see w3c#2486 (comment).
1 parent 5cb2170 commit 08f7b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cssom-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ the following partial interface applies where <var>camel-cased attribute</var>
23282328
is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
23292329
<var>property</var>.
23302330

2331-
<pre class="idl example">
2331+
<pre class="idl extract">
23322332
partial interface CSSStyleDeclaration {
23332333
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var>camel_cased_attribute</var>;
23342334
};
@@ -2352,7 +2352,7 @@ with the string <code>-webkit-</code>, the following partial interface applies w
23522352
<var>webkit-cased attribute</var> is obtained by running the <a>CSS property to IDL attribute</a>
23532353
algorithm for <var>property</var>, with the <i>lowercase first</i> flag set.
23542354

2355-
<pre class="idl example">
2355+
<pre class="idl extract">
23562356
partial interface CSSStyleDeclaration {
23572357
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var>webkit_cased_attribute</var>;
23582358
};
@@ -2377,7 +2377,7 @@ For each CSS property <var>property</var> that is a <a>supported CSS property</a
23772377
except for properties that have no "<code>-</code>" (U+002D) in the property name,
23782378
the following partial interface applies where <var>dashed attribute</var> is <var>property</var>.
23792379

2380-
<pre class="idl example">
2380+
<pre class="idl extract">
23812381
partial interface CSSStyleDeclaration {
23822382
[CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var>dashed_attribute</var>;
23832383
};

0 commit comments

Comments
 (0)