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
Copy file name to clipboardExpand all lines: css-animations/Overview.bs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -783,7 +783,7 @@ Animation Events</h2>
783
783
<h3 id="interface-animationevent">
784
784
The <code>AnimationEvent</code> Interface</h3>
785
785
786
-
The <dfn>AnimationEvent</dfn> interface provides specific contextual information associated with
786
+
The <code>AnimationEvent</code> interface provides specific contextual information associated with
787
787
Animation events.
788
788
789
789
<h4 id="interface-animationevent-idl">
@@ -971,7 +971,7 @@ The <code>appendRule</code> method</h4>
971
971
972
972
<dl>
973
973
974
-
<dt><dfn argument for="CSSKeyframesRule/appendRule()">rule</dfn> of type <a interface>DOMString</a>
974
+
<dt><dfn argument for="CSSKeyframesRule/appendRule(rule)">rule</dfn> of type <a interface>DOMString</a>
975
975
<dd>
976
976
The rule to be appended, expressed in the same syntax as one entry in the
977
977
''@keyframes'' rule. A valid rule is always appended e.g. even if its key(s) already
@@ -985,15 +985,15 @@ The <code>appendRule</code> method</h4>
985
985
<h4 id="interface-csskeyframesrule-deleterule">
986
986
The <code>deleteRule</code> method</h4>
987
987
988
-
The <dfn method for="CSSKeyframesRule">deleteRule()</dfn> deletes the
988
+
The <dfn method for="CSSKeyframesRule">deleteRule()</dfn>method deletes the
989
989
last declared <a idl>CSSKeyframeRule</a> matching the specified keyframe selector.
990
990
If no matching rule exists, the method does nothing.
991
991
992
992
Parameters:
993
993
994
994
<dl>
995
995
996
-
<dt><dfn argument for="CSSKeyframesRule/deleteRule()">select</dfn> of type <a interface>DOMString</a>
996
+
<dt><dfn argument for="CSSKeyframesRule/deleteRule(select)">select</dfn> of type <a interface>DOMString</a>
997
997
<dd>
998
998
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.
999
999
@@ -1015,7 +1015,7 @@ The <code>findRule</code> method</h4>
1015
1015
Parameters:
1016
1016
1017
1017
<dl>
1018
-
<dt><dfn argument for="CSSKeyframesRule/findRule()">select</dfn> of type <a interface>DOMString</a>
1018
+
<dt><dfn argument for="CSSKeyframesRule/findRule(select)">select</dfn> of type <a interface>DOMString</a>
1019
1019
<dd>
1020
1020
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.
0 commit comments