Skip to content

Commit 801a3e8

Browse files
saschanazzcorpan
authored andcommitted
Add missing extract class on dashed_attribute
1 parent dd5ed3d commit 801a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ For each CSS property <var>property</var> that is a <a>supported CSS property</a
22452245
except for properties that have no "<code>-</code>" (U+002D) in the property name,
22462246
the following partial interface applies where <var>dashed attribute</var> is <var>property</var>.
22472247

2248-
<pre class="idl">
2248+
<pre class="idl extract">
22492249
partial interface CSSStyleDeclaration {
22502250
[CEReactions, TreatNullAs=EmptyString] attribute CSSOMString _<var>dashed_attribute</var>;
22512251
};

0 commit comments

Comments
 (0)