Skip to content

Commit 41ec95a

Browse files
committed
[css-overflow-3] overflow only applies to replaced elements in L4
1 parent 94d1c06 commit 41ec95a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,13 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
468468
(i.e. the other axis is ''overflow/clip''),
469469
the box is a [=single-axis scroll container=].
470470

471-
On [=replaced elements=],
472-
a [=computed value|computed=] ''overflow/hidden'' value further resolves
473-
to a [=used value=] of ''overflow/clip''.
474-
475471
User agents must also support
476472
the <dfn value for="overflow, overflow-x, overflow-y, overflow-block, overflow-inline">overlay</dfn> keyword
477473
as a [=legacy value alias=] of ''overflow/auto''.
478474

475+
Note: The 'overflow' properties are expanded to apply to [=replaced elements=]
476+
in <a href="http://www.w3.org/TR/css-overflow-4/">Level 4</a>.
477+
479478
<h4 id="scroll-visibility">
480479
Interaction of 'visibility' and 'overflow'</h4>
481480

0 commit comments

Comments
 (0)