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
@@ -923,15 +923,15 @@ IDL Definition</h4>
923
923
Attributes</h4>
924
924
925
925
<dl dfn-type=attribute dfn-for=AnimationEvent>
926
-
<dt><dfn>animationName</dfn>, of type <a interface>CSSOMString</a>, readonly
926
+
<dt><dfn>animationName</dfn>, of type {{CSSOMString}}, readonly
927
927
<dd>
928
928
The value of the 'animation-name' property of the animation that fired the event.
929
929
<dt><dfn>elapsedTime</dfn>, of type float, readonly
930
930
<dd>
931
931
The amount of time the animation has been running, in seconds, when this event fired,
932
932
excluding any time the animation was paused. The precise calculation for
933
933
of this member is defined along with each event type.
934
-
<dt><dfn>pseudoElement</dfn>, of type <a interface>CSSOMString</a>, readonly
934
+
<dt><dfn>pseudoElement</dfn>, of type {{CSSOMString}}, readonly
935
935
<dd>
936
936
The name (beginning with two colons) of the CSS pseudo-element on which the animation
937
937
runs (in which case the target of the event is that pseudo-element's corresponding
@@ -1173,7 +1173,7 @@ The <code>appendRule</code> method</h4>
1173
1173
1174
1174
<dl>
1175
1175
1176
-
<dt><dfn argument for="CSSKeyframesRule/appendRule(rule)">rule</dfn> of type <a interface>CSSOMString</a>
1176
+
<dt><dfn argument for="CSSKeyframesRule/appendRule(rule)">rule</dfn> of type {{CSSOMString}}
1177
1177
<dd>
1178
1178
The rule to be appended, expressed in the same syntax as one entry in the
1179
1179
''@keyframes'' rule. A valid rule is always appended e.g. even if its key(s) already
@@ -1195,7 +1195,7 @@ The <code>deleteRule</code> method</h4>
1195
1195
1196
1196
<dl>
1197
1197
1198
-
<dt><dfn argument for="CSSKeyframesRule/deleteRule(select)">select</dfn> of type <a interface>CSSOMString</a>
1198
+
<dt><dfn argument for="CSSKeyframesRule/deleteRule(select)">select</dfn> of type {{CSSOMString}}
1199
1199
<dd>
1200
1200
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.
1201
1201
@@ -1217,7 +1217,7 @@ The <code>findRule</code> method</h4>
1217
1217
Parameters:
1218
1218
1219
1219
<dl>
1220
-
<dt><dfn argument for="CSSKeyframesRule/findRule(select)">select</dfn> of type <a interface>CSSOMString</a>
1220
+
<dt><dfn argument for="CSSKeyframesRule/findRule(select)">select</dfn> of type {{CSSOMString}}
1221
1221
<dd>
1222
1222
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