Skip to content

Commit 2c4c400

Browse files
committed
[css-overflow-4] Add terms for scrollable and non-scrollable values of 'overflow'.
1 parent 5c81809 commit 2c4c400

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-overflow-3/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,12 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
527527
that is visible on the screen (such as a scroll bar or a panner),
528528
that mechanism will only be displayed
529529
if there is overflow.
530-
</dl>
530+
</dl>
531+
532+
The ''overflow/scroll'', ''overflow/auto'', and ''overflow/hidden'' values
533+
are known as the <dfn export for=overflow>scrollable values</dfn> of 'overflow'.
534+
The ''overflow/visible'' and ''overflow/clip'' values
535+
are known as the <dfn export for=overflow>non-scrollable values</dfn>.
531536

532537
The ''visible''/''overflow/clip'' values of 'overflow'
533538
compute to ''overflow/auto''/''hidden'' (respectively)

0 commit comments

Comments
 (0)