We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c4d3e commit 9e3ee20Copy full SHA for 9e3ee20
1 file changed
css-overflow-3/Overview.bs
@@ -622,8 +622,9 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
622
* the [=overflow clip edge=] is clamped to stay within the element's [=padding box=].
623
(This does not affect the [=computed value|computed=] or [=used value=] of this property.)
624
* the ''overflow-clip-margin/border-box'' value
625
- behaves as ''overflow-clip-margin/padding-box''
626
- and ignores any specified offset.
+ ignores any specified offset
+ (and, due to the previous bullet point,
627
+ effectively acts as ''overflow-clip-margin/padding-box'')
628
629
Note: This property was previously defined to only affect ''overflow: clip''.
630
It now also affects [=scroll containers=],
0 commit comments