Skip to content

Commit 52771c3

Browse files
authored
[css-tables-3] Fix typo and restore definition of baseline max-content width (#13776)
1 parent 66bae7e commit 52771c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-tables-3/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,11 @@ spec:css-display-4; type:property; text:display
15661566
where the contribution of a cell is the result of taking the following steps:
15671567
<ol>
15681568
<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
1569+
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
15701574
of all columns that the cell spans.
15711575

15721576
<li>Define the baseline border spacing as the sum of the horizontal

0 commit comments

Comments
 (0)