Skip to content

Commit f44d7b6

Browse files
author
Greg Whitworth
committed
[css-tables] removing conjuctions that tie together un-necessary bulleted items
1 parent b751ad6 commit f44d7b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@ spec:css21; type:property; text:max-width
16291629
the used width of each column must be determined as follows.
16301630

16311631
<p class="note">
1632-
For the purpose of this algorithm, we clarifty that
1632+
For the purpose of this algorithm, we clarify that
16331633
the <dfn>assignable table width</dfn> is
16341634
the used width of the table
16351635
minus the total horizontal border spacing.
@@ -1658,11 +1658,11 @@ spec:css21; type:property; text:max-width
16581658
is assigned the larger of:
16591659
<ul>
16601660
<li>its intrinsic percentage width times the assignable width and
1661-
<li>its min-content width, and
1661+
<li>its min-content width
16621662
</ul>
16631663

16641664
<li>any other column that is constrained
1665-
is assigned its max-content width, and
1665+
is assigned its max-content width
16661666

16671667
<li>all other columns are assigned their min-content width.
16681668
</ul>

0 commit comments

Comments
 (0)