File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1489,7 +1489,7 @@ Scrollable: the '@container/scrollable' feature</h4>
1489
1489
<pre class="descdef mq">
1490
1490
Name : scrollable
1491
1491
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
1493
1493
Type : discrete
1494
1494
</pre>
1495
1495
@@ -1531,6 +1531,18 @@ Scrollable: the '@container/scrollable' feature</h4>
1531
1531
<dt> <dfn>inline-end</dfn>
1532
1532
<dd>
1533
1533
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.
1534
1546
</dl>
1535
1547
1536
1548
You can’t perform that action at this time.
0 commit comments