Skip to content

Commit 8d99ae9

Browse files
rachelandrewbirtles
authored andcommitted
Updating typo in CSSKeyframesRule.findRule
I was documenting this over at MDN and spotted that the information for `select` in findRule mentioned the "rule to be deleted", I think this should be "found".
1 parent 6668473 commit 8d99ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ The <code>findRule</code> method</h4>
11951195
<dl>
11961196
<dt><dfn argument for="CSSKeyframesRule/findRule(select)">select</dfn> of type {{CSSOMString}}
11971197
<dd>
1198-
The keyframe selector of the rule to be deleted: a comma-separated list of percentage values between 0% and 100% or the keywords ''from'' or ''to'' which resolve to 0% and 100%, respectively.
1198+
The keyframe selector of the rule to be found: a comma-separated list of percentage values between 0% and 100% or the keywords ''from'' or ''to'' which resolve to 0% and 100%, respectively.
11991199

12001200
The number and order of the values in the specified keyframe selector must match those of the targeted keyframe rule(s). The match is not sensitive to white space around the values in the list.
12011201
</dl>

0 commit comments

Comments
 (0)