|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.119 2010-07-14 23:21:53 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.120 2010-08-04 16:00:58 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Tables</title> |
6 | 6 | </head> |
@@ -136,8 +136,9 @@ the second to the second column, etc.). Rows and columns may be |
136 | 136 | grouped structurally and this grouping reflected in presentation |
137 | 137 | (e.g., a border may be drawn around a group of rows). |
138 | 138 |
|
139 | | -<p>Thus, the table model consists of tables, captions, rows, row |
140 | | -groups, columns, column groups, and cells. |
| 139 | +<p>Thus, the table model consists of tables, captions, rows, <span |
| 140 | +class=index-def>row groups</span> (including header groups and footer |
| 141 | +groups), columns, column groups, and cells. |
141 | 142 |
|
142 | 143 | <p>The CSS model does not require that the <a |
143 | 144 | href="conform.html#doclanguage">document language</a> include elements |
@@ -569,7 +570,7 @@ its own limitations on row and column spans. |
569 | 570 | sentences.) |
570 | 571 |
|
571 | 572 | <li>A cell box cannot extend beyond the last row box of a table or |
572 | | - row-group; the user agents must shorten it until it fits. |
| 573 | + row group; the user agents must shorten it until it fits. |
573 | 574 | </ol> |
574 | 575 |
|
575 | 576 | <p>The edges of the rows, columns, row groups and column groups in the |
|
0 commit comments