Skip to content

Commit

Permalink
[css-overflow-3] overflow:hidden on replaced elements resolves to ove…
Browse files Browse the repository at this point in the history
…rflow:clip #7714
  • Loading branch information
fantasai committed Jan 10, 2025
1 parent cca10ba commit e03ec36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
The ''visible''/''overflow/clip'' values of 'overflow'
compute to ''overflow/auto''/''hidden'' (respectively)
if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''overflow/clip''.
On [=replaced elements=],
a [=computed value|computed=] ''overflow/hidden'' value further resolves
to a [=used value=] of ''overflow/clip''.

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

0 comments on commit e03ec36

Please sign in to comment.