|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.126 2011-01-28 18:57:24 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.127 2011-03-03 22:07:13 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Tables</title> |
6 | 6 | </head> |
@@ -274,25 +274,25 @@ boxes in visual table layout) according to the following rules: |
274 | 274 |
|
275 | 275 | <p>For the purposes of these rules, the following terms are defined: |
276 | 276 | <dl> |
277 | | - <dt>row group box |
| 277 | + <dt><span class="index-def">row group box</span> |
278 | 278 | <dd>A 'table-row-group', 'table-header-group', or |
279 | 279 | 'table-footer-group' |
280 | 280 |
|
281 | | - <dt>proper table child |
| 281 | + <dt><span class="index-def">proper table child</span> |
282 | 282 | <dd>A 'table-row' box, row group box, 'table-column' box, |
283 | 283 | 'table-column-group' box, or 'table-caption' box. |
284 | 284 |
|
285 | | - <dt>proper table row parent |
| 285 | + <dt><span class="index-def">proper table row parent</span> |
286 | 286 | <dd>A 'table' or 'inline-table' box or row group box |
287 | 287 |
|
288 | | - <dt>internal table box |
| 288 | + <dt><span class="index-def">internal table box</span> |
289 | 289 | <dd>A 'table-cell' box, 'table-row' box, row group box, |
290 | 290 | 'table-column' box, or 'table-column-group' box. |
291 | 291 |
|
292 | | - <dt>tabular container |
| 292 | + <dt id="tabular-container"><span class="index-def">tabular container</span> |
293 | 293 | <dd>A 'table-row' box or proper table row parent |
294 | 294 |
|
295 | | - <dt>consecutive |
| 295 | + <dt><span class="index-def">consecutive</span> |
296 | 296 | <dd>Two sibling boxes are consecutive if they have no intervening |
297 | 297 | siblings other than, optionally, an anonymous inline containing |
298 | 298 | only white spaces. A sequence of sibling boxes is consecutive if |
@@ -1119,7 +1119,7 @@ div { height: 0; overflow: hidden; } |
1119 | 1119 |
|
1120 | 1120 | <h3><a name="column-alignment">Horizontal alignment in a column</a></h3> |
1121 | 1121 |
|
1122 | | -<p>The horizontal alignment of a cell's inline content within a cell |
| 1122 | +<p>The horizontal alignment of inline-level content within a cell |
1123 | 1123 | box can be specified by the value of |
1124 | 1124 | the <span class="propinst-text-align">'text-align'</span> property on |
1125 | 1125 | the cell. |
@@ -1428,7 +1428,7 @@ td.cell6 { border: 5px solid green; } |
1428 | 1428 | <p>Here is an example of hidden collapsing borders: |
1429 | 1429 |
|
1430 | 1430 | <div class="figure"> |
1431 | | - <p><img src="images/CSStbl3.png" width="57" height="48" alt="Table |
| 1431 | + <p><img src="images/CSStbl3.png" alt="Table |
1432 | 1432 | with two omitted borders"> |
1433 | 1433 |
|
1434 | 1434 | <p class="caption"> Table with two omitted internal borders. |
|
0 commit comments