Skip to content

Commit 11cfd41

Browse files
committed
[css-animations-1] Fix indentiation of deleteRule section
See #4120.
1 parent a7014f6 commit 11cfd41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-animations-1/Overview.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1157,9 +1157,10 @@ The <code>appendRule</code> method</h4>
11571157
<h4 id="interface-csskeyframesrule-deleterule">
11581158
The <code>deleteRule</code> method</h4>
11591159

1160-
The <dfn method for="CSSKeyframesRule" lt="deleteRule(select)">deleteRule</dfn> method deletes the
1161-
last declared {{CSSKeyframeRule}} matching the specified keyframe selector.
1162-
If no matching rule exists, the method does nothing.
1160+
The <dfn method for="CSSKeyframesRule" lt="deleteRule(select)">deleteRule</dfn> method
1161+
deletes the last declared {{CSSKeyframeRule}}
1162+
matching the specified keyframe selector.
1163+
If no matching rule exists, the method does nothing.
11631164

11641165
Parameters:
11651166

0 commit comments

Comments
 (0)