Skip to content

Commit 4cf7f40

Browse files
committed
[css2] Added description of vertical-align in case of row span.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401697
1 parent faf6f9b commit 4cf7f40

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

css2/tables.src

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: tables.src,v 2.41 1998-05-08 16:47:31 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.42 1998-05-11 18:54:37 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -576,7 +576,8 @@ the table is 'ltr'; if the <span
576576
class="propinst-direction">'direction'</span> is 'rtl', interchange
577577
"left" and "right" in the previous sentence.)
578578

579-
<li>A cell box cannot extend beyond the last row box of a table; the
579+
<li>A cell box cannot extend beyond the last row box of a table or
580+
row-group; the
580581
user agents must shorten it until it fits.
581582
</ol>
582583

@@ -894,21 +895,22 @@ following meanings:</p>
894895
<dl>
895896
<dt><strong>baseline</strong></dt>
896897
<dd>The baseline of the cell is put at the same height as the baseline
897-
of the row (see below for the definition of baselines of cells and
898-
rows).
898+
of the first of the rows it spans (see below for the definition of
899+
baselines of cells and rows).
899900
<dt><strong>top</strong></dt>
900-
<dd>The top of the cell box is aligned with the top of the row.
901+
<dd>The top of the cell box is aligned with the top of the first row
902+
it spans.
901903
<dt><strong>bottom</strong></dt>
902-
<dd>The bottom of the cell box is aligned with the bottom of the row.
904+
<dd>The bottom of the cell box is aligned with the bottom of the last
905+
row it spans.
903906
<dt><strong>middle</strong></dt>
904-
<dd>The center of the cell is aligned with the center of the row.
907+
<dd>The center of the cell is aligned with the center of the rows it
908+
spans.
905909
<dt><strong>sub, super, text-top, text-bottom</strong></dt>
906910
<dd>These values do not apply to cells; the cell is aligned at the
907911
baseline instead.
908912
</dl>
909913

910-
<!-- Add statement about cells that span more than one row? -IJ -->
911-
912914
<p>The baseline of a cell is the baseline of the first
913915
<a href="visuren.html#line-box">line box</a> in
914916
the cell. If there is no text, the baseline is the baseline of

0 commit comments

Comments
 (0)