diff --git a/css-contain-1/Overview.bs b/css-contain-1/Overview.bs index 3bdb4a08c92c..a975d35769d3 100644 --- a/css-contain-1/Overview.bs +++ b/css-contain-1/Overview.bs @@ -733,6 +733,12 @@ Paint Containment nor does it inhibit the creation of any such mechanism through other properties, such as 'overflow', 'resize', or 'text-overflow'. + Note: The next level of this specification [[CSS-CONTAIN-2]] refines this effect + to apply to the [=overflow clip edge=] rather than the [=padding edge=], + in order to take the new 'overflow-clip-margin' property into account. + For implementations that do not support 'overflow-clip-margin', + the effect is identical. + Note: The behavior is described in this paragraph is equivalent to changing ''overflow-x: visible'' into ''overflow-x: clip'' and diff --git a/css-contain-2/Overview.bs b/css-contain-2/Overview.bs index 3ce0c5f4a5cf..26f49efd1d86 100644 --- a/css-contain-2/Overview.bs +++ b/css-contain-2/Overview.bs @@ -873,14 +873,14 @@ Paint Containment 1. The contents of the element including any [=ink overflow|ink=] or [=scrollable overflow=] - must be clipped to the padding edge of the [=paint containment/containing box=], + must be clipped to the overflow clip edge of the [=paint containment/containing box=], taking corner clipping into account. This does not include the creation of any mechanism to access or indicate the presence of the clipped content; nor does it inhibit the creation of any such mechanism through other properties, such as 'overflow', 'resize', or 'text-overflow'. - This clipping shape respects 'overflow-clip-margin', + Note: This clipping shape respects 'overflow-clip-margin', allowing an element with [=paint containment=] to still slightly overflow its normal bounds. diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index e8896b15a296..1b5efd508132 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -383,9 +383,8 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'