From a46767a5f9b35602c51e1c93f4135c9183c787b2 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Thu, 2 Oct 2025 09:47:32 +0200 Subject: [PATCH] [css-conditional-5] Properly attach values to `@container/scrolled` The `direction` feature was renamed to `scrolled` in #12881, but feature values were still referencing `direction`. --- css-conditional-5/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs index b539b7e9699..481633afcde 100644 --- a/css-conditional-5/Overview.bs +++ b/css-conditional-5/Overview.bs @@ -1604,7 +1604,7 @@ Scrolled: the '@container/scrolled' feature The logical values map to physical based on the direction and writing-mode of the [=query container=]. None of the values match if the container is not a [=scroll container=]. -
+
none
The [=query container=] has not had a [=relative scroll=] yet.