11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: tables.src,v 2.118 2010-04-19 16:12:36 bbos Exp $ -->
3+ <!-- $Id: tables.src,v 2.119 2010-07-14 23:21:53 bbos Exp $ -->
44<head>
55<title>Tables</title>
66</head>
@@ -934,7 +934,9 @@ updates of CSS may specify this further.
934934
935935<p>The height of a 'table-row' element's box is calculated once the
936936user agent has all the cells in the row available: it is the maximum
937- of the row's specified <span class="propinst-height">'height'</span>
937+ of the row's computed <span class="propinst-height">'height'</span>,
938+ the computed <span class="propinst-height">'height'</span> of each
939+ cell in the row,
938940and the minimum height (MIN) required by the cells. A <span
939941class="propinst-height">'height'</span> value of 'auto' for a
940942'table-row' means the row height used for layout is MIN. MIN depends
@@ -945,11 +947,11 @@ rows is calculated when their height is specified using percentage
945947values. CSS 2.1 does not define the meaning of <span
946948class="propinst-height">'height'</span> on row groups.
947949
948- <p>In CSS 2.1, the height of a cell box is the maximum of the
949- table cell's <span class="propinst-height">'height'</span> property
950- and the minimum height required by the content (MIN). A value of
951- 'auto' for <span class="propinst-height">'height'</span> implies that
952- the value MIN will be used for layout .
950+ <p>In CSS 2.1, the height of a cell box is the minimum height
951+ required by the content. The table cell's <span
952+ class="propinst- height">'height'</span> property can influence the
953+ height of the row (see above), but it does not increase the height of
954+ the cell box .
953955
954956<p>CSS 2.1 does not specify how cells that span more than one row
955957affect row height calculations except that the sum of the row heights
0 commit comments