Skip to content

Commit de19009

Browse files
committed
[css-view-transition-1] Remove generic “phase” definition since it's normal English
1 parent c367eea commit de19009

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -881,14 +881,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
881881

882882
Note: This spec uses CSS's definition of [=element=], which includes [=pseudo-elements=].
883883

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-
892884
## [=Captured elements=] ## {#captured-elements}
893885

894886
A <dfn>captured element</dfn> is a [=struct=] with the following:
@@ -1083,7 +1075,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10831075
Initially a new [=map=].
10841076

10851077
: <dfn>phase</dfn>
1086-
:: One of the following [=phases=]:
1078+
:: One of the following ordered phases:
10871079

10881080
1. "`pending-capture`".
10891081
1. "`update-callback-called`".
@@ -1500,7 +1492,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15001492
even if the transition is [=Skip the view transition|skipped=].
15011493
The reasons for this are discussed in [[#transitions-as-enhancements]].
15021494

1503-
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is "`done`", or [=phases/before=] "`update-callback-called`".
1495+
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is "`done`", or before "`update-callback-called`".
15041496

15051497
1. Let |callbackPromise| be null.
15061498

@@ -1532,7 +1524,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15321524

15331525
1. [=Assert=]: |transition|'s [=ViewTransition/phase=] is not "`done`".
15341526

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=],
15361528
given |transition|'s [=relevant global object=], to [=call the update callback=] of |transition|.
15371529

15381530
1. Set [=document/transition suppressing rendering=] to false.

0 commit comments

Comments
 (0)