@@ -53,11 +53,14 @@ dl.switch > dt > ul > li {
5353
5454<pre class='metadata'>
5555Title : Web Animations Level 2
56- Status : UD
56+ Status : FPWD
57+ Prepare for TR : yes
58+ Date : 2023-02-21
5759Warning : not ready
5860Work Status : Exploring
5961Shortname : web-animations
6062ED : https://drafts.csswg.org/web-animations-2/
63+ TR : https://www.w3.org/TR/web-animations-2/
6164Version history : https://github.com/w3c/csswg-drafts/commits/master/web-animations-1
6265Level : 2
6366
@@ -134,6 +137,10 @@ urlPrefix: http://www.ecma-international.org/ecma-262/6.0/#sec-; type: dfn; spec
134137 text: execution contexts
135138</pre>
136139
140+ <pre class=link-defaults>
141+ spec:webidl; type:dfn; text:throw
142+ </pre>
143+
137144<h2 id="delta">Delta specification</h2>
138145
139146<p> This is a delta specification, meaning that it currently contains
@@ -253,7 +260,7 @@ Append:
253260
254261### Setting the timeline of an animation ### {#setting-the-timeline}
255262
256- The procedure to <df export for=animation> set the timeline of an animation</dfn> ,
263+ The procedure to <dfn export for=animation>set the timeline of an animation</dfn> ,
257264<var> animation</var> , to <var> new timeline</var> which may be null, is as
258265follows:
259266
@@ -1056,7 +1063,7 @@ an <a>animation effect</a>.
10561063:: Determined using the following procedure:
10571064
10581065 1. If <em> any</em> of the following conditions are true:
1059- * the associated <an > animation</a> 's timeline is not a
1066+ * the associated <a >animation</a> 's timeline is not a
10601067 [=progress-based timeline=] , or
10611068 * the associated <a>animation</a> 's [=timeline duration=] is
10621069 unresolved or zero, or
@@ -3111,3 +3118,13 @@ Add:
31113118> </div>
31123119>
31133120> Note: Need to spec this properly somewhere.
3121+
3122+ Privacy Considerations {#priv}
3123+ ===============================================
3124+
3125+ No privacy considerations have been reported on this module.
3126+
3127+ Security Considerations {#sec}
3128+ ===============================================
3129+
3130+ No security considerations have been reported on this module.
0 commit comments