File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2328,7 +2328,7 @@ the following partial interface applies where <var>camel-cased attribute</var>
23282328is 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 ">
23322332partial 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>
23532353algorithm for <var> property</var> , with the <i> lowercase first</i> flag set.
23542354
2355- <pre class="idl example ">
2355+ <pre class="idl extract ">
23562356partial 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
23772377except for properties that have no "<code> -</code> " (U+002D) in the property name,
23782378the following partial interface applies where <var> dashed attribute</var> is <var> property</var> .
23792379
2380- <pre class="idl example ">
2380+ <pre class="idl extract ">
23812381partial interface CSSStyleDeclaration {
23822382 [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var> dashed_attribute</var> ;
23832383};
You can’t perform that action at this time.
0 commit comments