Skip to content

Commit fd897f8

Browse files
committed
[css-contain-1] Use the cite attribute to tie ins/del to their amendment
1 parent 15d3c1c commit fd897f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

css-contain-1/Overview.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Size Containment</h3>
449449

450450
<ol>
451451
<li>
452-
<ins class=c1>
452+
<ins class=c1 cite=#c1>
453453
The [=intrinsic sizes=] of the [=size containment box=]
454454
are determined as if the element had no content,
455455
following the same logic as when [=sizing as if empty=].
@@ -475,15 +475,15 @@ Size Containment</h3>
475475
</ins>
476476

477477
<li>
478-
<del class=c1>
478+
<del class=c1 cite=#c1>
479479
When calculating the size of [=size containment box=],
480480
it must be treated as having no contents.
481481
</del>
482-
<ins class=c1>Laying out a [=size containment box=] and its content is conceptually done in two phases:</ins>
482+
<ins class=c1 cite=#c1>Laying out a [=size containment box=] and its content is conceptually done in two phases:</ins>
483483
<dl>
484-
<dt><ins class=c1><dfn>Sizing as if empty</dfn></ins>
484+
<dt><ins class=c1 cite=#c1><dfn>Sizing as if empty</dfn></ins>
485485
<dd>
486-
<ins class=c1>
486+
<ins class=c1 cite=#c1>
487487
The [=used value|used=] 'width' and 'height' of the [=size containment box|containment box=]
488488
are determined as if performing a normal layout of the box,
489489
except that it is treated as having no content--
@@ -560,15 +560,15 @@ Size Containment</h3>
560560
contain-size-multicol-as-flex-item.html
561561
</wpt>
562562

563-
<dt><ins class=c1><dfn>Laying out in-place</dfn></ins>
563+
<dt><ins class=c1 cite=#c1><dfn>Laying out in-place</dfn></ins>
564564
<dd>
565-
<del class=c1>Then, its contents</del>
566-
<ins class=c1>
565+
<del class=c1 cite=#c1>Then, its contents</del>
566+
<ins class=c1 cite=#c1>
567567
The [=size containment box|containment box=]'s content
568568
(including any pseudo-elements)
569569
</ins>
570570
must then be laid out into
571-
the <ins class=c1>now fixed-size</ins> [=size containment box|containment box=]<del class=c1>'s resolved size</del><ins class=c1> normally</ins>.
571+
the <ins class=c1 cite=#c1>now fixed-size</ins> [=size containment box|containment box=]<del class=c1 cite=#c1>'s resolved size</del><ins class=c1 cite=#c1> normally</ins>.
572572
</dl>
573573

574574
Note: [=Size containment=] does not suppress baseline alignment.
@@ -626,7 +626,7 @@ Size Containment</h3>
626626

627627
2. When laying out the page,
628628
if the [=size containment box|containment box=] is off-screen or obscured,
629-
the layout of its contents <ins class=c1>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
629+
the layout of its contents <ins class=c1 cite=#c1>(i.e. "[=laying out in-place=]") </ins>can be delayed or done at a lower priority.
630630

631631
<h3 id='containment-layout'>
632632
Layout Containment</h3>

0 commit comments

Comments
 (0)