Skip to content

Commit 318e63c

Browse files
committed
[css-overflow-3] Move clarifying sentence down into a note. Fixes w3c#5800.
1 parent 42fee89 commit 318e63c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,16 +532,16 @@ Expanding ''overflow:clip'' Bounds: the 'overflow-clip-margin' property</h3>
532532
<dl dfn-type=value dfn-for=overflow-clip-margin>
533533
: <dfn><<length [0,∞]>></dfn>
534534
::
535-
If the element does not have ''overflow: clip''
536-
(or another property defined to respect this property),
537-
this property has no effect.
538-
539-
Otherwise, the specified length dictates
535+
The specified length dictates
540536
how much the [=overflow clip edge=] is expanded from the [=padding edge=],
541537
in exactly the same way as a 'box-shadow' grows
542538
due to a positive spread distance
543539
(including the effect on rounded corners).
544540
Negative values are invalid.
541+
542+
Note: If the element does not have ''overflow: clip''
543+
(or another property defined to use the [=overflow clip edge=]),
544+
this property has no effect.
545545
</dl>
546546

547547
<h3 id="overflow-propagation">

0 commit comments

Comments
 (0)