From b628f9dbf1d71d1b96dc3efdc44b46a8f6f6815e Mon Sep 17 00:00:00 2001 From: Psychpsyo <60073468+Psychpsyo@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:43:37 +0100 Subject: [PATCH] Fix mistake in setup transition pseudo-elements algorithm --- css-view-transitions-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index 77486c7f750..3979bf720c3 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -1456,7 +1456,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; and generates initial styles. The structure of the pseudo-tree is covered at a higher level in [[#view-transition-pseudos]]. - 1. Let |document| be [=this's=] [=relevant global object's=] [=associated document=]. + 1. Let |document| be |transition|'s [=relevant global object's=] [=associated document=]. 1. Set |document|'s [=show view transition tree=] to true.