@@ -7448,10 +7448,43 @@ Changes since last publication {#changes-since-last-publication}
74487448 The following changes have been made since the
74497449 <a href="https://www.w3.org/TR/2023/WD-web-animations-1-20230605/">5 June 2023 Working Draft</a> :
74507450
7451+ * Improved definitions and cross-linking for the Web Animations model,
7452+ and reorganized [[#animation-effects]]
7453+ to introduce concepts before the procedures in
7454+ [[#core-animation-effect-calculations]] .
7455+ (<a href="https://github.com/w3c/csswg-drafts/pull/8965">PR 8965</a> ,
7456+ <a href="https://github.com/w3c/csswg-drafts/pull/8985">PR 8985</a> )
7457+
7458+ * Renamed “timing function” to “[=easing function=] ” throughout
7459+ to match the terminology in [[CSS-EASING-1]] .
7460+ (<a href="https://github.com/w3c/csswg-drafts/pull/9218">PR 9218</a> )
7461+
7462+ * Corrected the calculation of [=active time=]
7463+ for an [=animation effect=] in the [=animation effect/after phase=]
7464+ with a [=fill mode=] of [=fill mode/both=] .
7465+ (<a href="https://github.com/w3c/csswg-drafts/issues/11613">Issue 11613</a> )
7466+
74517467 * Added annotations describing exceptions thrown by methods
74527468 in the [[#programming-interface]] .
74537469 (<a href="https://github.com/w3c/csswg-drafts/issues/2050">Issue 2050</a> )
74547470
7471+ * Made {{Animation/commitStyles()}} use endpoint-inclusive timing
7472+ so it can commit the endpoint of a completed animation
7473+ without requiring a forwards [=fill mode=] .
7474+ (<a href="https://github.com/w3c/csswg-drafts/issues/5394">Issue 5394</a> )
7475+
7476+ * Specified that updating {{EffectTiming/duration}}
7477+ with a string other than the lowercase `auto` throws a {{TypeError}} .
7478+ (<a href="https://github.com/w3c/csswg-drafts/issues/14206">Issue 14206</a> )
7479+
7480+ * Clarified that array-form keyframes can contain `null` or `undefined` entries.
7481+ (<a href="https://github.com/w3c/csswg-drafts/pull/11594">PR 11594</a> )
7482+
7483+ * Added the {{GetAnimationsOptions/pseudoElement}} option
7484+ to {{Animatable/getAnimations()}} for requesting animations
7485+ targeting a particular [=pseudo-element=] .
7486+ (<a href="https://github.com/w3c/csswg-drafts/pull/11050">PR 11050</a> )
7487+
74557488 The <a href="https://github.com/w3c/csswg-drafts/commits/main/web-animations-1">changelog</a>
74567489 provides a more detailed history.
74577490
0 commit comments