Skip to content

Commit 8982f7d

Browse files
Manishearthgsnedders
authored andcommitted
[css2] explicitly specify what gets set to what with MCW
1 parent 8d24d2f commit 8982f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css2/tables.html

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

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

css2/tables.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ final layout and may demand more than one pass.
907907
formatted content may span any number of lines but may not overflow
908908
the cell box. If the specified <span
909909
class="propinst-width">'width'</span> (W) of the cell is greater
910-
than MCW, W is the minimum cell width. A value of 'auto' means that
910+
than MCW, the minimum cell width is set to W. A value of 'auto' means that
911911
MCW is the minimum cell width.
912912

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

0 commit comments

Comments
 (0)