We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bae7e commit 52771c3Copy full SHA for 52771c3
css-tables-3/Overview.bs
@@ -1566,7 +1566,11 @@ spec:css-display-4; type:property; text:display
1566
where the contribution of a cell is the result of taking the following steps:
1567
<ol>
1568
<li>Define the baseline min-content width
1569
- as the sum of the max-content widths based on cells of span up to N-1
+ as the sum of the min-content widths based on cells of span up to N-1
1570
+ of all columns that the cell spans.
1571
+
1572
+ <li>Define the baseline max-content width
1573
+ as the sum of the max-content widths based on cells of span up to N-1
1574
of all columns that the cell spans.
1575
1576
<li>Define the baseline border spacing as the sum of the horizontal
0 commit comments