Skip to content

Commit 24b39e7

Browse files
committed
[css-overflow-3] Move note, refocus it on what it doesn't affect because that's what's not obvious. w3c#5800
1 parent cf46ecc commit 24b39e7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-overflow-3/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
518518
i.e. precisely <em>how far</em> outside its bounds
519519
the box’s content is allowed to paint
520520
before being clipped
521-
by effects (such as ''overflow: clip'')
521+
by effects (such as ''overflow: clip'', above)
522522
that are defined to clip to the box’s [=overflow clip edge=].
523523

524524
The [=overflow clip edge=] initially coincides with the [=padding edge=],
@@ -535,12 +535,13 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
535535
due to a positive spread distance
536536
(including the effect on rounded corners).
537537
Negative values are invalid.
538-
539-
Note: If the element does not have ''overflow: clip''
540-
(or another property defined to use the [=overflow clip edge=]),
541-
this property has no effect.
542538
</dl>
543539

540+
541+
Note: This property has no effect on boxes
542+
with ''overflow: hidden'' or ''overflow: scroll'',
543+
which are not defined to use the [=overflow clip edge=].
544+
544545
<h3 id="overflow-propagation">
545546
Overflow Viewport Propagation</h3>
546547

0 commit comments

Comments
 (0)