Skip to content

Commit e03ec36

Browse files
committed
[css-overflow-3] overflow:hidden on replaced elements resolves to overflow:clip #7714
1 parent cca10ba commit e03ec36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-overflow-3/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,9 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
537537
The ''visible''/''overflow/clip'' values of 'overflow'
538538
compute to ''overflow/auto''/''hidden'' (respectively)
539539
if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''overflow/clip''.
540+
On [=replaced elements=],
541+
a [=computed value|computed=] ''overflow/hidden'' value further resolves
542+
to a [=used value=] of ''overflow/clip''.
540543

541544
If the computed value of 'overflow' on a <a>block box</a>
542545
is neither ''overflow/visible'' nor ''overflow/clip'' nor a combination thereof,

0 commit comments

Comments
 (0)