diff --git a/css-conditional-5/Overview.bs b/css-conditional-5/Overview.bs index 2168c310c89..0c39adeba03 100644 --- a/css-conditional-5/Overview.bs +++ b/css-conditional-5/Overview.bs @@ -1489,7 +1489,7 @@ Scrollable: the '@container/scrollable' feature
 		Name: scrollable
 		For: @container
-		Value: none | top | right | bottom | left | block-start | inline-start | block-end | inline-end
+		Value: none | top | right | bottom | left | block-start | inline-start | block-end | inline-end | x | y | block | inline
 		Type: discrete
 	
@@ -1531,6 +1531,18 @@ Scrollable: the '@container/scrollable' feature
inline-end
The [=scroll container=] has [=scrollable overflow=] past the [=inline-end=] edge. +
x +
+ The [=scroll container=] has horizontally [=scrollable overflow=]. +
y +
+ The [=scroll container=] has vertically [=scrollable overflow=]. +
block +
+ The [=scroll container=] has [=scrollable overflow=] in its block direction. +
inline +
+ The [=scroll container=] has [=scrollable overflow=] in its inline direction.