Skip to content

Commit 1b679a8

Browse files
committed
[css-animations-1] Fix linking of CSSKeyframesRule interface methods
1 parent 9d436bb commit 1b679a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-animations-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ Attributes</h4>
11691169
<h4 id="interface-csskeyframesrule-appendrule">
11701170
The <code>appendRule</code> method</h4>
11711171

1172-
The <dfn method for="CSSKeyframesRule">appendRule()</dfn> method appends the passed
1172+
The <dfn method for="CSSKeyframesRule" lt="appendRule(rule)">appendRule</dfn> method appends the passed
11731173
<a idl>CSSKeyframeRule</a> at the end of the keyframes rule.
11741174

11751175
Parameters:
@@ -1190,7 +1190,7 @@ The <code>appendRule</code> method</h4>
11901190
<h4 id="interface-csskeyframesrule-deleterule">
11911191
The <code>deleteRule</code> method</h4>
11921192

1193-
The <dfn method for="CSSKeyframesRule">deleteRule()</dfn> method deletes the
1193+
The <dfn method for="CSSKeyframesRule" lt="deleteRule(select)">deleteRule</dfn> method deletes the
11941194
last declared <a idl>CSSKeyframeRule</a> matching the specified keyframe selector.
11951195
If no matching rule exists, the method does nothing.
11961196

@@ -1213,7 +1213,7 @@ The <code>deleteRule</code> method</h4>
12131213
<h4 id="interface-csskeyframesrule-findrule">
12141214
The <code>findRule</code> method</h4>
12151215

1216-
The <dfn method for="CSSKeyframesRule">findRule()</dfn> returns the
1216+
The <dfn method for="CSSKeyframesRule" lt="findRule(select)">findRule</dfn> returns the
12171217
last declared <a idl>CSSKeyframeRule</a> matching the specified keyframe selector.
12181218
If no matching rule exists, the method does nothing.
12191219

0 commit comments

Comments
 (0)