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
@@ -993,9 +993,9 @@ The <code>deleteRule</code> method</h4>
993
993
994
994
<dt><dfn argument for="CSSKeyframesRule/deleteRule()">key</dfn> of type <a interface>DOMString</a>
995
995
<dd>
996
-
The key which describes the rule to be deleted. A percentage value between
997
-
0% and 100%, or one of the keywords ''from'' or ''to'' which resolve to 0% and
998
-
100%, respectively.
996
+
The keyframe selector of the rule to be deleted: a comma-separated list of either percentage values between 0% and 100% or one of the keywords ''from'' or ''to'', which resolve to 0% and 100%, respectively.
997
+
998
+
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.
999
999
</dl>
1000
1000
1001
1001
No Return Value
@@ -1016,9 +1016,9 @@ The <code>findRule</code> method</h4>
1016
1016
<dl>
1017
1017
<dt><dfn argument for="CSSKeyframesRule/findRule()">key</dfn> of type <a interface>DOMString</a>
1018
1018
<dd>
1019
-
The key which describes the rule to be deleted. A percentage value between
1020
-
0% and 100%, or one of the keywords ''from'' or ''to'' which resolve to 0% and
1021
-
100%, respectively.
1019
+
The keyframe selector of the rule to be retrieved: a comma-separated list of either percentage values between 0% and 100% or one of the keywords ''from'' or ''to'', which resolve to 0% and 100%, respectively.
1020
+
1021
+
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.
0 commit comments