|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.124 2010-10-25 17:28:27 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.125 2010-10-26 19:50:02 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Tables</title> |
6 | 6 | </head> |
@@ -489,30 +489,30 @@ table') or <a href="visuren.html#inline-level">inline-level</a> (for |
489 | 489 | 'display: inline-table') element. |
490 | 490 |
|
491 | 491 | <p>In both cases, the table generates a principal block box called the |
492 | | -<dfn>outer table box</dfn> that |
| 492 | +<dfn>table wrapper box</dfn> that |
493 | 493 | contains the table box itself and any caption boxes (in document |
494 | 494 | order). |
495 | 495 | The <dfn>table box</dfn> is a block-level box that contains the |
496 | 496 | table's internal table boxes. |
497 | 497 | The caption boxes are block-level boxes that retain their own |
498 | 498 | content, padding, margin, and border areas, and are rendered as normal |
499 | | -blocks inside the outer table box. Whether the caption boxes are placed |
| 499 | +block boxes inside the table wrapper box. Whether the caption boxes are placed |
500 | 500 | before or after the table box is decided by the 'caption-side' |
501 | 501 | property, as described below. |
502 | 502 |
|
503 | | -<p>The outer table box is a 'block' box if the table is block-level, and |
504 | | -an 'inline-block' box if the table is inline-level. The outer table box |
| 503 | +<p>The table wrapper box is a 'block' box if the table is block-level, and |
| 504 | +an 'inline-block' box if the table is inline-level. The table wrapper box |
505 | 505 | establishes a block formatting context. The table box (not the |
506 | | -outer table box) is used when doing baseline |
507 | | -vertical alignment for an 'inline-table'. The width of the outer table |
| 506 | +table wrapper box) is used when doing baseline |
| 507 | +vertical alignment for an 'inline-table'. The width of the table wrapper |
508 | 508 | box is the border-edge width of the table box inside it, as described |
509 | 509 | by section 17.5.2. Percentages on 'width' and 'height' on the table are |
510 | | -relative to the outer table box's containing block, not the outer table box |
| 510 | +relative to the table wrapper box's containing block, not the table wrapper box |
511 | 511 | itself. |
512 | 512 |
|
513 | 513 | <p>The computed values of properties 'position', 'float', 'margin-*', |
514 | 514 | 'top', 'right', 'bottom', and 'left' on the table box are used on the |
515 | | -outer table box instead of the table box. The table box uses the initial |
| 515 | +table wrapper box instead of the table box. The table box uses the initial |
516 | 516 | values for those properties. |
517 | 517 |
|
518 | 518 | <div class="figure"> |
|
0 commit comments