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 @@ -2324,7 +2324,7 @@ the following partial interface applies where <var>camel-cased attribute</var>
23242324is obtained by running the <a>CSS property to IDL attribute</a> algorithm for
23252325<var> property</var> .
23262326
2327- <pre class="idl extract ">
2327+ <pre class="idl example ">
23282328partial interface CSSStyleDeclaration {
23292329 [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var> camel_cased_attribute</var> ;
23302330};
@@ -2348,7 +2348,7 @@ with the string <code>-webkit-</code>, the following partial interface applies w
23482348<var> webkit-cased attribute</var> is obtained by running the <a>CSS property to IDL attribute</a>
23492349algorithm for <var> property</var> , with the <i> lowercase first</i> flag set.
23502350
2351- <pre class="idl extract ">
2351+ <pre class="idl example ">
23522352partial interface CSSStyleDeclaration {
23532353 [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var> webkit_cased_attribute</var> ;
23542354};
@@ -2373,7 +2373,7 @@ For each CSS property <var>property</var> that is a <a>supported CSS property</a
23732373except for properties that have no "<code> -</code> " (U+002D) in the property name,
23742374the following partial interface applies where <var> dashed attribute</var> is <var> property</var> .
23752375
2376- <pre class="idl extract ">
2376+ <pre class="idl example ">
23772377partial interface CSSStyleDeclaration {
23782378 [CEReactions] attribute [TreatNullAs=EmptyString] CSSOMString _<var> dashed_attribute</var> ;
23792379};
You can’t perform that action at this time.
0 commit comments