Skip to content

Commit

Permalink
[css-conditional-5] Add axis keywords for overflowing #11183 (#11295)
Browse files Browse the repository at this point in the history
Co-authored-by: Rune Lillesveen <[email protected]>
  • Loading branch information
lilles and Rune Lillesveen authored Nov 29, 2024
1 parent 6e6a84f commit 5ba2d12
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion css-conditional-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ Scrollable: the '@container/scrollable' feature</h4>
<pre class="descdef mq">
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
</pre>

Expand Down Expand Up @@ -1531,6 +1531,18 @@ Scrollable: the '@container/scrollable' feature</h4>
<dt><dfn>inline-end</dfn>
<dd>
The [=scroll container=] has [=scrollable overflow=] past the [=inline-end=] edge.
<dt><dfn>x</dfn>
<dd>
The [=scroll container=] has horizontally [=scrollable overflow=].
<dt><dfn>y</dfn>
<dd>
The [=scroll container=] has vertically [=scrollable overflow=].
<dt><dfn>block</dfn>
<dd>
The [=scroll container=] has [=scrollable overflow=] in its block direction.
<dt><dfn>inline</dfn>
<dd>
The [=scroll container=] has [=scrollable overflow=] in its inline direction.
</dl>


Expand Down

0 comments on commit 5ba2d12

Please sign in to comment.