@@ -167,9 +167,9 @@ Animations</h2>
167
167
is running apply as if the animation had those values from when it
168
168
began. For example, shortening the 'animation-delay' may cause the animation
169
169
to jump forwards or even finish immediately and dispatch an
170
- <a idl> animationend</a> event.
170
+ {{ animationend}} event.
171
171
Conversely, extending the 'animation-delay' may cause an animation to
172
- re-start and dispatch an <a idl> animationstart</a> event.
172
+ re-start and dispatch an {{ animationstart}} event.
173
173
174
174
The same @keyframes rule name may be repeated within an 'animation-name' .
175
175
Changes to the 'animation-name' update existing animations by iterating over
@@ -949,7 +949,7 @@ Types of <code>AnimationEvent</code></h3>
949
949
<dl dfn-type=event dfn-for=animationevent>
950
950
<dt> <dfn>animationstart</dfn>
951
951
<dd>
952
- The <a idl> animationstart</a> event occurs at the start of the animation.
952
+ The {{ animationstart}} event occurs at the start of the animation.
953
953
If there is an 'animation-delay' then this event will fire once the delay
954
954
period has expired.
955
955
<p>
@@ -968,7 +968,7 @@ Types of <code>AnimationEvent</code></h3>
968
968
969
969
<dt> <dfn>animationend</dfn>
970
970
<dd>
971
- The <a idl> animationend</a> event occurs when the animation finishes.
971
+ The {{ animationend}} event occurs when the animation finishes.
972
972
In this case the value of the {{AnimationEvent/elapsedTime}} member of
973
973
the event is equal to the <a>active duration</a> .
974
974
<ul>
@@ -979,7 +979,7 @@ Types of <code>AnimationEvent</code></h3>
979
979
980
980
<dt> <dfn>animationiteration</dfn>
981
981
<dd>
982
- The <a idl> animationiteration</a> event occurs at the end of each iteration of an
982
+ The {{ animationiteration}} event occurs at the end of each iteration of an
983
983
animation, except when an animationend event would fire at the same time.
984
984
This means that this event does not occur for animations with an iteration
985
985
count of one or less.
@@ -998,8 +998,8 @@ Types of <code>AnimationEvent</code></h3>
998
998
999
999
<dt> <dfn>animationcancel</dfn>
1000
1000
<dd>
1001
- The <a idl> animationcancel</a> event occurs when the animation stops
1002
- running in a way that does not fire an <a idl> animationend</a> event, such
1001
+ The {{ animationcancel}} event occurs when the animation stops
1002
+ running in a way that does not fire an {{ animationend}} event, such
1003
1003
as a change in the 'animation-name' that removes the animation, or the
1004
1004
animating element or one of its ancestors becoming ''display:none'' .
1005
1005
@@ -1032,26 +1032,26 @@ both <a>event handler content attributes</a> and <a>event handler IDL
1032
1032
attributes</a> ; and that must be supported by all {{Document}} and {{Window}}
1033
1033
objects, as <a>event handler IDL attributes</a> :
1034
1034
1035
- <table class="event-handlers">
1035
+ <table class="event-handlers" dfn-type=attribute dfn-for="Document, Window" >
1036
1036
<tr>
1037
1037
<th> <a>Event handler</a> </th>
1038
1038
<th> <a>Event handler event type</a> </th>
1039
1039
</tr>
1040
1040
<tr>
1041
1041
<td> <dfn>onanimationstart</dfn> </td>
1042
- <td> <dfn><a idl> animationstart</a></dfn> </td>
1042
+ <td> {{ animationstart}} </td>
1043
1043
</tr>
1044
1044
<tr>
1045
1045
<td> <dfn>onanimationiteration</dfn> </td>
1046
- <td> <dfn><a idl> animationiteration</a></dfn> </td>
1046
+ <td> {{ animationiteration}} </td>
1047
1047
</tr>
1048
1048
<tr>
1049
1049
<td> <dfn>onanimationend</dfn> </td>
1050
- <td> <dfn><a idl> animationend</a></dfn> </td>
1050
+ <td> {{ animationend}} </td>
1051
1051
</tr>
1052
1052
<tr>
1053
1053
<td> <dfn>onanimationcancel</dfn> </td>
1054
- <td> <dfn><a idl> animationcancel</a></dfn> </td>
1054
+ <td> {{ animationcancel}} </td>
1055
1055
</tr>
1056
1056
</table>
1057
1057
@@ -1065,7 +1065,7 @@ DOM Interfaces</h2>
1065
1065
<h3 id="interface-cssrule">
1066
1066
The <code>CSSRule</code> Interface</h3>
1067
1067
1068
- The following two rule types are added to the <a idl> CSSRule</a> interface. They provide
1068
+ The following two rule types are added to the {{ CSSRule}} interface. They provide
1069
1069
identification for the new keyframe and keyframes rules.
1070
1070
1071
1071
<h4 id="interface-cssrule-idl">
@@ -1081,7 +1081,7 @@ IDL Definition</h4>
1081
1081
<h3 id="interface-csskeyframerule">
1082
1082
The <code>CSSKeyframeRule</code> Interface</h3>
1083
1083
1084
- The <a idl> CSSKeyframeRule</a> interface represents the style rule for a single key.
1084
+ The {{ CSSKeyframeRule}} interface represents the style rule for a single key.
1085
1085
1086
1086
<h4 id="interface-csskeyframerule-idl">
1087
1087
IDL Definition</h4>
@@ -1133,7 +1133,7 @@ Attributes</h4>
1133
1133
<h3 id="interface-csskeyframesrule">
1134
1134
The <code>CSSKeyframesRule</code> Interface</h3>
1135
1135
1136
- The <a idl> CSSKeyframesRule</a> interface represents a complete set of keyframes for
1136
+ The {{ CSSKeyframesRule}} interface represents a complete set of keyframes for
1137
1137
a single animation.
1138
1138
1139
1139
<h4 id="interface-csskeyframesrule-idl">
@@ -1169,7 +1169,7 @@ Attributes</h4>
1169
1169
The <code>appendRule</code> method</h4>
1170
1170
1171
1171
The <dfn method for="CSSKeyframesRule" lt="appendRule(rule)">appendRule</dfn> method appends the passed
1172
- <a idl> CSSKeyframeRule</a> at the end of the keyframes rule.
1172
+ {{ CSSKeyframeRule}} at the end of the keyframes rule.
1173
1173
1174
1174
Parameters:
1175
1175
@@ -1190,7 +1190,7 @@ The <code>appendRule</code> method</h4>
1190
1190
The <code>deleteRule</code> method</h4>
1191
1191
1192
1192
The <dfn method for="CSSKeyframesRule" lt="deleteRule(select)">deleteRule</dfn> method deletes the
1193
- last declared <a idl> CSSKeyframeRule</a> matching the specified keyframe selector.
1193
+ last declared {{ CSSKeyframeRule}} matching the specified keyframe selector.
1194
1194
If no matching rule exists, the method does nothing.
1195
1195
1196
1196
Parameters:
@@ -1213,7 +1213,7 @@ The <code>deleteRule</code> method</h4>
1213
1213
The <code>findRule</code> method</h4>
1214
1214
1215
1215
The <dfn method for="CSSKeyframesRule" lt="findRule(select)">findRule</dfn> returns the
1216
- last declared <a idl> CSSKeyframeRule</a> matching the specified keyframe selector.
1216
+ last declared {{ CSSKeyframeRule}} matching the specified keyframe selector.
1217
1217
If no matching rule exists, the method does nothing.
1218
1218
1219
1219
Parameters:
@@ -1229,7 +1229,7 @@ The <code>findRule</code> method</h4>
1229
1229
Return Value:
1230
1230
1231
1231
<dl>
1232
- <dt> <a idl> CSSKeyframeRule</a>
1232
+ <dt> {{ CSSKeyframeRule}}
1233
1233
<dd>
1234
1234
The found rule.
1235
1235
</dl>
@@ -1317,6 +1317,10 @@ partial interface GlobalEventHandlers {
1317
1317
</pre>
1318
1318
1319
1319
1320
+ <h2 id="priv-sec">
1321
+ Privacy and Security Considerations</h2>
1322
+
1323
+ This specification introduces no new privacy or security considerations.
1320
1324
1321
1325
1322
1326
<h2 id="acknowledgements">
0 commit comments