|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
6 | 6 | <title>Tables</title> |
@@ -576,7 +576,8 @@ the table is 'ltr'; if the <span |
576 | 576 | class="propinst-direction">'direction'</span> is 'rtl', interchange |
577 | 577 | "left" and "right" in the previous sentence.) |
578 | 578 |
|
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 |
580 | 581 | user agents must shorten it until it fits. |
581 | 582 | </ol> |
582 | 583 |
|
@@ -894,21 +895,22 @@ following meanings:</p> |
894 | 895 | <dl> |
895 | 896 | <dt><strong>baseline</strong></dt> |
896 | 897 | <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). |
899 | 900 | <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. |
901 | 903 | <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. |
903 | 906 | <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. |
905 | 909 | <dt><strong>sub, super, text-top, text-bottom</strong></dt> |
906 | 910 | <dd>These values do not apply to cells; the cell is aligned at the |
907 | 911 | baseline instead. |
908 | 912 | </dl> |
909 | 913 |
|
910 | | -<!-- Add statement about cells that span more than one row? -IJ --> |
911 | | - |
912 | 914 | <p>The baseline of a cell is the baseline of the first |
913 | 915 | <a href="visuren.html#line-box">line box</a> in |
914 | 916 | the cell. If there is no text, the baseline is the baseline of |
|
0 commit comments