From 7b47e34149ad548e03b81fc2b86420d176e48789 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 23 Nov 2023 16:32:54 +0000 Subject: [PATCH] [css-view-transitions-2] Specificity of :active-view-transition() (#9629) As per resolution, specificity is 1 pseudo-class (if *) or 2 pseudo-classes (if a type ident) Closes #9546 --- css-view-transitions-2/Overview.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs index d153ab66443..c4868692346 100644 --- a/css-view-transitions-2/Overview.bs +++ b/css-view-transitions-2/Overview.bs @@ -218,6 +218,8 @@ It has the following syntax definition: <vt-type-selector> = '*' | <># +The [=specificity=] of an '':active-view-transition()'' is one pseudo-class selector if it has value is ''*'', and two if it has any other value. + An ''::active-view-transition()'' pseudo-class matches the [=document element=] when it has an non-null [=active view transition=] |viewTransition|, for which any of the following are true: * The <> is ''*''