Skip to content

Commit bc3a07f

Browse files
committed
[css-overflow-3] Per resolution, ignore overflow-clip-edge:border-box. #10745
1 parent 14d765d commit bc3a07f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-overflow-3/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,9 +664,13 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
664664
and [[css-backgrounds-3#shadow-shape]],
665665
noting in particular the formula for outsets beyond the [=border edge=].
666666

667-
If the box is a [=scroll container=],
668-
the [=overflow clip edge=] is clamped to stay within the element's [=padding box=].
669-
(This does not affect the [=computed value|computed=] or [=used value=] of this property.)
667+
If the box is a [=scroll container=]:
668+
669+
* the [=overflow clip edge=] is clamped to stay within the element's [=padding box=].
670+
(This does not affect the [=computed value|computed=] or [=used value=] of this property.)
671+
* the ''border-box'' value
672+
behaves as ''padding-box''
673+
and ignores any specified offset.
670674

671675
Note: This property was previously defined to only affect ''overflow: clip''.
672676
It now also affects [=scroll containers=],

0 commit comments

Comments
 (0)