Skip to content

Commit 9e3ee20

Browse files
committed
[css-overflow-3] Rephrase the o-c-m:border-box on scroll containers to not imply something special about the 'act as padding box' thing.
1 parent 75c4d3e commit 9e3ee20

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
622622
* the [=overflow clip edge=] is clamped to stay within the element's [=padding box=].
623623
(This does not affect the [=computed value|computed=] or [=used value=] of this property.)
624624
* the ''overflow-clip-margin/border-box'' value
625-
behaves as ''overflow-clip-margin/padding-box''
626-
and ignores any specified offset.
625+
ignores any specified offset
626+
(and, due to the previous bullet point,
627+
effectively acts as ''overflow-clip-margin/padding-box'')
627628

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

0 commit comments

Comments
 (0)