Skip to content

Commit 5ba2d12

Browse files
authored
[css-conditional-5] Add axis keywords for overflowing #11183 (#11295)
Co-authored-by: Rune Lillesveen <futhark@google.com>
1 parent 6e6a84f commit 5ba2d12

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

css-conditional-5/Overview.bs

+13-1
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ Scrollable: the '@container/scrollable' feature</h4>
14891489
<pre class="descdef mq">
14901490
Name: scrollable
14911491
For: @container
1492-
Value: none | top | right | bottom | left | block-start | inline-start | block-end | inline-end
1492+
Value: none | top | right | bottom | left | block-start | inline-start | block-end | inline-end | x | y | block | inline
14931493
Type: discrete
14941494
</pre>
14951495

@@ -1531,6 +1531,18 @@ Scrollable: the '@container/scrollable' feature</h4>
15311531
<dt><dfn>inline-end</dfn>
15321532
<dd>
15331533
The [=scroll container=] has [=scrollable overflow=] past the [=inline-end=] edge.
1534+
<dt><dfn>x</dfn>
1535+
<dd>
1536+
The [=scroll container=] has horizontally [=scrollable overflow=].
1537+
<dt><dfn>y</dfn>
1538+
<dd>
1539+
The [=scroll container=] has vertically [=scrollable overflow=].
1540+
<dt><dfn>block</dfn>
1541+
<dd>
1542+
The [=scroll container=] has [=scrollable overflow=] in its block direction.
1543+
<dt><dfn>inline</dfn>
1544+
<dd>
1545+
The [=scroll container=] has [=scrollable overflow=] in its inline direction.
15341546
</dl>
15351547

15361548

0 commit comments

Comments
 (0)