File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments