File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -733,10 +733,6 @@ Paint Containment</h3>
733
733
nor does it inhibit the creation of any such mechanism through other properties,
734
734
<span class=informative> such as 'overflow' , 'resize' , or 'text-overflow' </span> .
735
735
736
- This clipping shape respects 'overflow-clip-margin' ,
737
- allowing an element with [=paint containment=]
738
- to still slightly overflow its normal bounds.
739
-
740
736
Note: The behavior is described in this paragraph is equivalent to changing
741
737
''overflow-x: visible'' into ''overflow-x: clip''
742
738
and
Original file line number Diff line number Diff line change @@ -880,6 +880,10 @@ Paint Containment</h3>
880
880
nor does it inhibit the creation of any such mechanism through other properties,
881
881
<span class=informative> such as 'overflow' , 'resize' , or 'text-overflow' </span> .
882
882
883
+ This clipping shape respects 'overflow-clip-margin' ,
884
+ allowing an element with [=paint containment=]
885
+ to still slightly overflow its normal bounds.
886
+
883
887
Note: The behavior is described in this paragraph is equivalent to changing
884
888
''overflow-x: visible'' into ''overflow-x: clip''
885
889
and
@@ -1540,4 +1544,5 @@ Changes from <a href="https://www.w3.org/TR/css-contain-1/">CSS Containment Leve
1540
1544
</h3>
1541
1545
1542
1546
* Restored [=style containment=] , which had been dropped from Level 1
1547
+ * Define the interaction between [=paint containment=] and 'overflow-clip-margin'
1543
1548
You can’t perform that action at this time.
0 commit comments