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
When skipping transitions, call the DOM-update callback from a task
Amend assert to allow calling the callback from a "done" state
The "finished" promise is bound to the update callback promise, so
it doesn't need to change (the update callback is async anyway).
See [resolution](w3c#7904 (comment)).
Closesw3c#7904
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
1502
1502
1503
-
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=call the update callback=] of |transition|.
1503
+
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1504
+
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
1504
1505
1505
1506
1. Set [=document/transition suppressing rendering=] to false.
0 commit comments