File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -809,9 +809,6 @@ follows:
809
809
<var> animation</var> , if any.
810
810
1. If <var> new effect</var> is the same object as <var> old effect</var> ,
811
811
abort this procedure.
812
- 1. If <var> new effect</var> is null and <var> old effect</var> is not null,
813
- run the procedure to <a>reset an animation's pending tasks</a> on
814
- <var> animation</var> .
815
812
1. If <var> animation</var> has a <a>pending pause task</a> , reschedule that
816
813
task to run as soon as <var> animation</var> is <a>ready</a> .
817
814
1. If <var> animation</var> has a <a>pending play task</a> , reschedule that task
@@ -5924,6 +5921,9 @@ The following changes have been made since the <a
5924
5921
* Dropped global clock definition and added the [=update animations
5925
5922
and send events=] procedure so that the updating of animations can be
5926
5923
integrated with HTML's [=update the rendering=] procedure.
5924
+ * Removed step to reset pending tasks when a null effect it set on an
5925
+ animation
5926
+ (<a href="https://github.com/w3c/csswg-drafts/issues/2077">#2077</a> ).
5927
5927
* Clarified that the [=pending play task=] and [=pending pause task=] must be
5928
5928
run asynchronously.
5929
5929
* Fixed a mistake in the calculation of the <a>hold time</a> when an pause
You can’t perform that action at this time.
0 commit comments