Skip to content

Commit 6a7ee4f

Browse files
author
Sylvain Galineau
committed
Fix bikeshed warnings; minor typo
1 parent 8be8ae9 commit 6a7ee4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-animations/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ Animation Events</h2>
783783
<h3 id="interface-animationevent">
784784
The <code>AnimationEvent</code> Interface</h3>
785785

786-
The <dfn>AnimationEvent</dfn> interface provides specific contextual information associated with
786+
The <code>AnimationEvent</code> interface provides specific contextual information associated with
787787
Animation events.
788788

789789
<h4 id="interface-animationevent-idl">
@@ -971,7 +971,7 @@ The <code>appendRule</code> method</h4>
971971

972972
<dl>
973973

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>
975975
<dd>
976976
The rule to be appended, expressed in the same syntax as one entry in the
977977
''@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>
985985
<h4 id="interface-csskeyframesrule-deleterule">
986986
The <code>deleteRule</code> method</h4>
987987

988-
The <dfn method for="CSSKeyframesRule">deleteRule()</dfn> deletes the
988+
The <dfn method for="CSSKeyframesRule">deleteRule()</dfn> method deletes the
989989
last declared <a idl>CSSKeyframeRule</a> matching the specified keyframe selector.
990990
If no matching rule exists, the method does nothing.
991991

992992
Parameters:
993993

994994
<dl>
995995

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>
997997
<dd>
998998
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.
999999

@@ -1015,7 +1015,7 @@ The <code>findRule</code> method</h4>
10151015
Parameters:
10161016

10171017
<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>
10191019
<dd>
10201020
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.
10211021

0 commit comments

Comments
 (0)