Skip to content

Commit ef9e8c8

Browse files
Psychpsyoemilio
authored andcommitted
Fix mistake in setup transition pseudo-elements algorithm
1 parent fb17ffc commit ef9e8c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-view-transitions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
14731473
and generates initial styles.
14741474
The structure of the pseudo-tree is covered at a higher level in [[#view-transition-pseudos]].
14751475

1476-
1. Let |document| be [=this's=] [=relevant global object's=] [=associated document=].
1476+
1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=].
14771477

14781478
1. Set |document|'s [=show view transition tree=] to true.
14791479

css-view-transitions-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ It has the following [=struct/items=]:
26582658
and generates initial styles.
26592659
The structure of the pseudo-tree is covered at a higher level in [[#view-transition-pseudos]].
26602660

2661-
1. Let |document| be [=this's=] [=relevant global object's=] [=associated document=].
2661+
1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=].
26622662

26632663
1. Set |document|'s [=show view transition tree=] to true.
26642664

0 commit comments

Comments
 (0)