Skip to content

Commit 3a1d4bb

Browse files
author
Peter Linss
committed
correcting merge
1 parent 726065e commit 3a1d4bb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-sizing/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,16 @@ Intrinsic Sizes in Table Layout</h3>
454454
Intrinsic Sizes in Multi-column Layout</h3>
455455

456456
<p>
457-
The <i>min-content inline-size</i> of a multi-column element
457+
The <a>min-content inline size</a> of a multi-column element
458458
with a computed 'column-width' not ''column-width/auto''
459459
is the smaller of
460460
its 'column-width'
461461
and the largest <a>min-content inline-size contribution</a> of its contents.
462462

463463
<p>
464-
The <i>min-content inline-size</i> of a multi-column element
464+
The <a>min-content inline size</a> of a multi-column element
465465
with a computed 'column-width' of ''column-width/auto''
466-
is the largest <i>min-content inline-size contribution</i> of its contents
466+
is the largest <a>min-content inline size contribution</a> of its contents
467467
multiplied by its 'column-count'
468468
(treating ''column-count/auto'' as ''1'').
469469

@@ -473,8 +473,8 @@ Intrinsic Sizes in Multi-column Layout</h3>
473473
and a computed 'column-count' not ''column-count/auto''
474474
is its 'column-count'
475475
multiplied by the larger of
476-
its 'column-width' (treating ''column-width/auto'' as 0)
477-
and the largest <i>max-content inline-size contribution</i> of its contents.
476+
its 'column-width' (treating ''column-width/auto'' as zero)
477+
and the largest <a>max-content inline size contribution</a> of its contents.
478478

479479
<p>
480480
The <a>max-content inline size</a> of a multi-column element
@@ -525,7 +525,7 @@ Intrinsic Sizes in Multi-column Layout</h3>
525525
and measuring the resulting columns.
526526

527527
<p>
528-
The <i>preferred inline-size</i> of a multi-column element
528+
The <a>preferred inline size</a> of a multi-column element
529529
with non-''column-width/auto'' 'column-width' and 'column-count'
530530
is the product of the 'column-width' and 'column-count',
531531
plus the appropriate amount of column gaps.
@@ -555,7 +555,7 @@ Fill-available Sizing</h3>
555555
and where the first value is used if it is <a>definite</a> and the second value otherwise.
556556
</ul>
557557
<p>
558-
&hellip;less the box's <i>inline-axis</i> margins
558+
&hellip;less the box's <a>inline-axis</a> margins
559559
(after any <a href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins">margin collapsing</a>, and treating ''margin/auto'' margins as zero),
560560
borders, and padding.
561561

0 commit comments

Comments
 (0)