From 79cdf287583b1869772f560a6dddd920ac5580bb Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 5 Jun 2025 10:03:36 +0200 Subject: [PATCH] [pointer-animations-1] Prefix `pointer()` definition types Type definitions share a common namespace and the `` type is already defined in Scroll-driven Animations: https://drafts.csswg.org/scroll-animations-1/#typedef-axis This update prefixes the ``, and `` for consistency, types with `pointer-` to disambiguate. --- pointer-animations-1/Overview.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pointer-animations-1/Overview.bs b/pointer-animations-1/Overview.bs index b86ef22bea5..2f37c1f6b7f 100644 --- a/pointer-animations-1/Overview.bs +++ b/pointer-animations-1/Overview.bs @@ -222,9 +222,9 @@ spec:selectors-4; type:dfn; text:selector Its syntax is
-		<> = pointer( [ <> || <> ]? )
-		<> = block | inline | x | y
-		<> = root | nearest | self
+		<> = pointer( [ <> || <> ]? )
+		<> = block | inline | x | y
+		<> = root | nearest | self
 	
By default, @@ -308,7 +308,7 @@ spec:selectors-4; type:dfn; text:selector : axis :: The axis that drives the progress of the timeline. - See value definitions for <>, above. + See value definitions for <>, above. Inherited attributes: