Skip to content

Commit 3ac182c

Browse files
committed
[css2] Issue 26.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402996
1 parent 1edbedf commit 3ac182c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

css2/tables.src

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
936936
user 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,
938940
and the minimum height (MIN) required by the cells. A <span
939941
class="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
945947
values. CSS&nbsp;2.1 does not define the meaning of <span
946948
class="propinst-height">'height'</span> on row groups.
947949

948-
<p>In CSS&nbsp;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&nbsp;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&nbsp;2.1 does not specify how cells that span more than one row
955957
affect row height calculations except that the sum of the row heights

0 commit comments

Comments
 (0)