Skip to content

Commit 7164533

Browse files
authored
Merge pull request #2338 from Manishearth/patch-1
Explicitly specify what gets set to what with MCW
2 parents ed09ae9 + a542587 commit 7164533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css2/tables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ <h4>17.5.2.2 <a name="auto-table-layout">Automatic table layout</a></h4>
996996
formatted content may span any number of lines but may not overflow
997997
the cell box. If the specified <a href="visudet.html#propdef-width" class="noxref"><span
998998
class="propinst-width">'width'</span></a> (W) of the cell is greater
999-
than MCW, W is the minimum cell width. A value of 'auto' means that
999+
than MCW, the minimum cell width is set to W. A value of 'auto' means that
10001000
MCW is the minimum cell width.
10011001

10021002
<p>Also, calculate the "maximum" cell width of each cell: formatting

0 commit comments

Comments
 (0)