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
Note: This spec uses CSS's definition of [=element=], which includes [=pseudo-elements=].
883
883
884
-
## Phases ## {#phases-concept}
885
-
886
-
<dfn>Phases</dfn> represent an ordered sequence of states.
887
-
Since [=phases=] are ordered, prose can refer to phases <dfn for="phases">before</dfn> a particular phase, meaning they appear earlier in the sequence.
888
-
<!-- or <dfn for="phases">after</dfn> a particular phase, meaning they appear later in the sequence. -->
889
-
890
-
The initial phase is the first item in the sequence.
891
-
892
884
## [=Captured elements=] ## {#captured-elements}
893
885
894
886
A <dfn>captured element</dfn> is a [=struct=] with the following:
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
1534
1526
1535
-
1. If |transition|'s [=ViewTransition/phase=] is [=phases/before=] "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1527
+
1. If |transition|'s [=ViewTransition/phase=] is before "`update-callback-called`", then [=queue a global task=] on the [=DOM manipulation task source=],
1536
1528
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
1537
1529
1538
1530
1. Set [=document/transition suppressing rendering=] to false.
0 commit comments