Skip to content

Commit efa3228

Browse files
committed
[css-overflow-3] Fix the replaced transform of overflow values to work on used values. w3c#7435
1 parent 29eaa5c commit efa3228

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,15 +437,10 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
437437
if there is overflow.
438438
</dl>
439439

440-
On non-[=replaced=] elements,
441-
the ''visible''/''overflow/clip'' values of 'overflow'
440+
The ''visible''/''overflow/clip'' values of 'overflow'
442441
compute to ''overflow/auto''/''hidden'' (respectively)
443442
if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''overflow/clip''.
444443

445-
On [=replaced elements=],
446-
all values other than ''visible''
447-
compute to ''overflow/clip''.
448-
449444
If the computed value of 'overflow' on a <a>block box</a>
450445
is neither ''overflow/visible'' nor ''overflow/clip'' nor a combination thereof,
451446
it [=establishes an independent formatting context=] for its contents.
@@ -481,6 +476,11 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
481476
Choosing the appropriate behavior for each scrolling mechanism
482477
is the responsibility of the UA.
483478

479+
On [=replaced elements=],
480+
the [=used values=]
481+
for all computed values other than ''visible''
482+
become ''overflow/clip''.
483+
484484
<h3 id="static-media">
485485
Overflow in Print and Other Static Media</h3>
486486

0 commit comments

Comments
 (0)