You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The [=layout-containment/containing box=][=establishes an independent formatting context=].
553
+
1. The [=layoutcontainment/containing box=][=establishes an independent formatting context=].
554
554
555
555
<wpt>
556
556
contain-layout-ifc-022.html
@@ -560,10 +560,10 @@ Layout Containment</h3>
560
560
</wpt>
561
561
562
562
2. If at least one [=fragmentation container=] of a [=fragmentation context=] has [=layout containment=],
563
-
or if at least one [=fragmentation container=] of a [=fragmentation context=] is a descendant of [=layout-containment/containing box=] for layout containment
563
+
or if at least one [=fragmentation container=] of a [=fragmentation context=] is a descendant of [=layoutcontainment/containing box=] for layout containment
564
564
<strong>and</strong> at least one subsequent [=fragmentation container=] of the same [=fragmentation context=]
565
565
is not a descendant of that same element with layout containment,
566
-
then the first [=layout-containment/containing box=] for [=layout containment=]
566
+
then the first [=layoutcontainment/containing box=] for [=layout containment=]
567
567
which is either a [=fragmentation container=] itself
568
568
or is an ancestor of a [=fragmentation container=]
569
569
must “trap” the remainder of the [=fragmented flow=]:
@@ -636,7 +636,7 @@ Layout Containment</h3>
636
636
contain-layout-ink-overflow-020.html
637
637
</wpt>
638
638
639
-
4. The [=layout-containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
639
+
4. The [=layoutcontainment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
640
640
641
641
<wpt>
642
642
contain-layout-006.html
@@ -645,15 +645,15 @@ Layout Containment</h3>
645
645
contain-layout-cell-002.html
646
646
</wpt>
647
647
648
-
5. The [=layout-containment/containing box=] creates a <a>stacking context</a>.
648
+
5. The [=layoutcontainment/containing box=] creates a <a>stacking context</a>.
649
649
650
650
<wpt>
651
651
contain-layout-016.html
652
652
contain-layout-017.html
653
653
contain-layout-018.html
654
654
</wpt>
655
655
656
-
6. [=Forced breaks=] are allowed within [=layout-containment/containing boxes=] for [=layout containment=],
656
+
6. [=Forced breaks=] are allowed within [=layoutcontainment/containing boxes=] for [=layout containment=],
657
657
but do not propagate to the parent as otherwise described in [[CSS-BREAK-3#break-between]].
658
658
659
659
<wpt>
@@ -666,9 +666,9 @@ Layout Containment</h3>
666
666
667
667
7. For the purpose of the 'vertical-align' property,
668
668
or any other property whose effects
669
-
need to relate the position of the [=layout-containment/containing box=]'s baseline
669
+
need to relate the position of the [=layoutcontainment/containing box=]'s baseline
670
670
to something other than its descendants,
671
-
the [=layout-containment/containing box=] is treated as having no baseline.
671
+
the [=layoutcontainment/containing box=] is treated as having no baseline.
672
672
673
673
<wpt>
674
674
contain-layout-baseline-001.html
@@ -707,7 +707,7 @@ Paint Containment</h3>
707
707
or a <a spec="css-display-3" lt="atomic inline">non-atomic</a><a spec="css-display-3">inline-level</a> box,
708
708
paint containment has no effect.
709
709
Otherwise, giving an element <dfn export>paint containment</dfn>
710
-
makes its [=principal box=] a <dfn for=paint-containment>containing box</dfn> for [=paint containment=]
710
+
makes its [=principal box=] a <dfn for="paintcontainment">containing box</dfn> for [=paint containment=]
711
711
and has the following effects:
712
712
713
713
<wpt>
@@ -729,7 +729,7 @@ Paint Containment</h3>
729
729
730
730
1. The contents of the element
731
731
including any [=ink overflow|ink=] or [=scrollable overflow=]
732
-
must be clipped to the <a>padding edge</a> of the [=paint-containment/containing box=],
732
+
must be clipped to the <a>padding edge</a> of the [=paintcontainment/containing box=],
733
733
taking <a>corner clipping</a> into account.
734
734
This does not include the creation of any mechanism
735
735
to access or indicate the presence of the clipped content;
@@ -768,7 +768,7 @@ Paint Containment</h3>
768
768
contain-paint-table-001.html
769
769
contain-paint-table-002.html
770
770
</wpt>
771
-
2. The [=paint-containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
771
+
2. The [=paintcontainment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
772
772
773
773
<wpt>
774
774
contain-paint-009.html
@@ -777,15 +777,15 @@ Paint Containment</h3>
777
777
contain-paint-023.html
778
778
contain-paint-024.html
779
779
</wpt>
780
-
3. The [=paint-containment/containing box=] creates a <a>stacking context</a>.
780
+
3. The [=paintcontainment/containing box=] creates a <a>stacking context</a>.
781
781
782
782
<wpt>
783
783
contain-paint-020.html
784
784
contain-paint-021.html
785
785
contain-paint-025.html
786
786
contain-subgrid-001.html
787
787
</wpt>
788
-
4. The [=paint-containment/containing box=][=establishes an independent formatting context=].
788
+
4. The [=paintcontainment/containing box=][=establishes an independent formatting context=].
0 commit comments