Skip to content

Commit 7191f13

Browse files
committed
[css-view-transitions-1][editorial] Rename show view transition pseudos boolean
1 parent bd42540 commit 7191f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10881088

10891089
Note: This is used to hold dynamic styles relating to transitions.
10901090

1091-
: <dfn>show view-transition root pseudo-element</dfn>
1091+
: <dfn>show view transition tree</dfn>
10921092
:: A boolean. Initially false.
10931093

10941094
When this is true, [=this=]'s [=active view transition=]'s [=ViewTransition/transition root pseudo-element=] renders as a child of [=this=]'s [=document element=],
@@ -1382,7 +1382,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
13821382

13831383
1. Let |document| be [=this's=] [=relevant global object's=] [=associated document=].
13841384

1385-
1. Set |document|'s [=show view-transition root pseudo-element=] to true.
1385+
1. Set |document|'s [=show view transition tree=] to true.
13861386

13871387
1. [=map/For each=] |transitionName| → |capturedElement| of |transition|'s [=ViewTransition/named elements=]:
13881388

@@ -1766,7 +1766,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
17661766
and |style| is in |document|'s [=document/dynamic view transition style sheet=],
17671767
then remove |style| from |document|'s [=document/dynamic view transition style sheet=].
17681768

1769-
1. Set |document|'s [=document/show view-transition root pseudo-element=] to false.
1769+
1. Set |document|'s [=document/show view transition tree=] to false.
17701770

17711771
1. Set |document|'s [=document/active view transition=] to null.
17721772
</div>

0 commit comments

Comments
 (0)