We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5ed3d commit 801a3e8Copy full SHA for 801a3e8
cssom/Overview.bs
@@ -2245,7 +2245,7 @@ For each CSS property <var>property</var> that is a <a>supported CSS property</a
2245
except for properties that have no "<code>-</code>" (U+002D) in the property name,
2246
the following partial interface applies where <var>dashed attribute</var> is <var>property</var>.
2247
2248
-<pre class="idl">
+<pre class="idl extract">
2249
partial interface CSSStyleDeclaration {
2250
[CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _<var>dashed_attribute</var>;
2251
};
0 commit comments