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 @@ -1169,7 +1169,7 @@ Attributes</h4>
11691169<h4 id="interface-csskeyframesrule-appendrule">
11701170The <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">
11911191The <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">
12141214The <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
You can’t perform that action at this time.
0 commit comments