|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.131 2011-10-18 19:25:28 bbos Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.132 2012-08-21 13:54:55 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Tables</title> |
6 | 6 | <!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script--> |
@@ -503,7 +503,8 @@ property, as described below. |
503 | 503 |
|
504 | 504 | <p>The table wrapper box is a 'block' box if the table is block-level, and |
505 | 505 | an 'inline-block' box if the table is inline-level. The table wrapper box |
506 | | -establishes a block formatting context. The table box (not the |
| 506 | +establishes a block formatting context, and the table box establishes |
| 507 | +a table formatting context. The table box (not the |
507 | 508 | table wrapper box) is used when doing baseline |
508 | 509 | vertical alignment for an 'inline-table'. The width of the table wrapper |
509 | 510 | box is the border-edge width of the table box inside it, as described |
@@ -566,9 +567,10 @@ caption { caption-side: bottom; |
566 | 567 | <h2><a name="table-layout">Visual layout of table contents</a></h2> |
567 | 568 |
|
568 | 569 | <p>Internal table elements generate rectangular <a |
569 | | -href="box.html#box-dimensions">boxes</a> with content and borders. |
570 | | -Cells have padding as well. Internal table elements do not have |
571 | | -margins. |
| 570 | +href="box.html#box-dimensions">boxes</a> which participate in the |
| 571 | +table formatting context established by the table box. These boxes |
| 572 | +have content and borders and cells have padding as well. Internal |
| 573 | +table elements do not have margins. |
572 | 574 |
|
573 | 575 | <p>The visual layout of these boxes is governed by a rectangular, |
574 | 576 | irregular grid of rows and columns. Each box occupies a whole number |
|
0 commit comments