Skip to content

Commit 8732596

Browse files
committed
[css-contain-1] markup tweak to align hyphenation of terminology with L2
No changes to the text are visible, except in the index of terms defined by this specificaiton
1 parent 2ca20dd commit 8732596

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

css-contain-1/Overview.bs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Size Containment</h3>
389389
or a <a spec="css-display-3" lt="atomic inline">non-atomic</a> <a spec="css-display-3">inline-level</a> box,
390390
size containment has no effect.
391391
Otherwise, giving an element <dfn export>size containment</dfn>
392-
makes its [=principal box=] a <dfn for=size-containment>containing box</dfn> for [=size containment=]
392+
makes its [=principal box=] a <dfn for="size containment">containing box</dfn> for [=size containment=]
393393
and has the following effects:
394394

395395
<wpt>
@@ -427,7 +427,7 @@ Size Containment</h3>
427427
contain-size-056.html
428428
</wpt>
429429

430-
1. When calculating the size of the [=size-containment/containing box=],
430+
1. When calculating the size of the [=size containment/containing box=],
431431
including when computing its [=intrinsic size=],
432432
it must be treated as having no contents.
433433

@@ -469,7 +469,7 @@ Size Containment</h3>
469469
</wpt>
470470

471471
Then,
472-
its contents must then be laid out into the [=size-containment/containing box=]'s resolved size normally (including any pseudo-elements),
472+
its contents must then be laid out into the [=size containment/containing box=]'s resolved size normally (including any pseudo-elements),
473473
i.e. [=size containment=] has no effect in this phase.
474474

475475
Note: [=size containment=] does not suppress baseline alignment.
@@ -494,7 +494,7 @@ Size Containment</h3>
494494
contain-size-replaced-005.html
495495
contain-size-replaced-006.html
496496
</wpt>
497-
2. [=size-containment/Containing boxes=] for <a>size containment</a> are <a spec=css-break-3>monolithic</a> (See [[CSS-BREAK-3#possible-breaks]]).
497+
2. [=size containment/Containing boxes=] for <a>size containment</a> are <a spec=css-break-3>monolithic</a> (See [[CSS-BREAK-3#possible-breaks]]).
498498

499499
<wpt>
500500
contain-size-breaks-001.html
@@ -532,7 +532,7 @@ Layout Containment</h3>
532532
or a <a spec="css-display-3" lt="atomic inline">non-atomic</a> <a spec="css-display-3">inline-level</a> box,
533533
layout containment has no effect.
534534
Otherwise, giving an element <dfn export>layout containment</dfn>
535-
makes its [=principal box=] a <dfn for=layout-containment>containing box</dfn> for [=layout containment=]
535+
makes its [=principal box=] a <dfn for="layout containment">containing box</dfn> for [=layout containment=]
536536
and has the following effects:
537537

538538
<wpt>
@@ -550,7 +550,7 @@ Layout Containment</h3>
550550
contain-layout-independent-formatting-context-003.html
551551
</wpt>
552552

553-
1. The [=layout-containment/containing box=] [=establishes an independent formatting context=].
553+
1. The [=layout containment/containing box=] [=establishes an independent formatting context=].
554554

555555
<wpt>
556556
contain-layout-ifc-022.html
@@ -560,10 +560,10 @@ Layout Containment</h3>
560560
</wpt>
561561

562562
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 [=layout containment/containing box=] for layout containment
564564
<strong>and</strong> at least one subsequent [=fragmentation container=] of the same [=fragmentation context=]
565565
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 [=layout containment/containing box=] for [=layout containment=]
567567
which is either a [=fragmentation container=] itself
568568
or is an ancestor of a [=fragmentation container=]
569569
must “trap” the remainder of the [=fragmented flow=]:
@@ -636,7 +636,7 @@ Layout Containment</h3>
636636
contain-layout-ink-overflow-020.html
637637
</wpt>
638638

639-
4. The [=layout-containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
639+
4. The [=layout containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
640640

641641
<wpt>
642642
contain-layout-006.html
@@ -645,15 +645,15 @@ Layout Containment</h3>
645645
contain-layout-cell-002.html
646646
</wpt>
647647

648-
5. The [=layout-containment/containing box=] creates a <a>stacking context</a>.
648+
5. The [=layout containment/containing box=] creates a <a>stacking context</a>.
649649

650650
<wpt>
651651
contain-layout-016.html
652652
contain-layout-017.html
653653
contain-layout-018.html
654654
</wpt>
655655

656-
6. [=Forced breaks=] are allowed within [=layout-containment/containing boxes=] for [=layout containment=],
656+
6. [=Forced breaks=] are allowed within [=layout containment/containing boxes=] for [=layout containment=],
657657
but do not propagate to the parent as otherwise described in [[CSS-BREAK-3#break-between]].
658658

659659
<wpt>
@@ -666,9 +666,9 @@ Layout Containment</h3>
666666

667667
7. For the purpose of the 'vertical-align' property,
668668
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 [=layout containment/containing box=]'s baseline
670670
to something other than its descendants,
671-
the [=layout-containment/containing box=] is treated as having no baseline.
671+
the [=layout containment/containing box=] is treated as having no baseline.
672672

673673
<wpt>
674674
contain-layout-baseline-001.html
@@ -707,7 +707,7 @@ Paint Containment</h3>
707707
or a <a spec="css-display-3" lt="atomic inline">non-atomic</a> <a spec="css-display-3">inline-level</a> box,
708708
paint containment has no effect.
709709
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="paint containment">containing box</dfn> for [=paint containment=]
711711
and has the following effects:
712712

713713
<wpt>
@@ -729,7 +729,7 @@ Paint Containment</h3>
729729

730730
1. The contents of the element
731731
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 [=paint containment/containing box=],
733733
taking <a>corner clipping</a> into account.
734734
This does not include the creation of any mechanism
735735
to access or indicate the presence of the clipped content;
@@ -768,7 +768,7 @@ Paint Containment</h3>
768768
contain-paint-table-001.html
769769
contain-paint-table-002.html
770770
</wpt>
771-
2. The [=paint-containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
771+
2. The [=paint containment/containing box=] acts as a containing block for absolutely positioned and fixed positioned descendants.
772772

773773
<wpt>
774774
contain-paint-009.html
@@ -777,15 +777,15 @@ Paint Containment</h3>
777777
contain-paint-023.html
778778
contain-paint-024.html
779779
</wpt>
780-
3. The [=paint-containment/containing box=] creates a <a>stacking context</a>.
780+
3. The [=paint containment/containing box=] creates a <a>stacking context</a>.
781781

782782
<wpt>
783783
contain-paint-020.html
784784
contain-paint-021.html
785785
contain-paint-025.html
786786
contain-subgrid-001.html
787787
</wpt>
788-
4. The [=paint-containment/containing box=] [=establishes an independent formatting context=].
788+
4. The [=paint containment/containing box=] [=establishes an independent formatting context=].
789789

790790
<wpt>
791791
contain-paint-ifc-011.html

0 commit comments

Comments
 (0)