File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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">
545546Overflow Viewport Propagation</h3>
546547
You can’t perform that action at this time.
0 commit comments