You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
Copy file name to clipboardExpand all lines: css-animations-1/Overview.bs
+1-1
Original file line number
Diff line number
Diff line change
@@ -1195,7 +1195,7 @@ The <code>findRule</code> method</h4>
1195
1195
<dl>
1196
1196
<dt><dfn argument for="CSSKeyframesRule/findRule(select)">select</dfn> of type {{CSSOMString}}
1197
1197
<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.
1199
1199
1200
1200
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.
0 commit comments