@@ -491,30 +491,30 @@ table') or <a href="visuren.html#inline-level">inline-level</a> (for
491
491
492
492
<p>In both cases, the table generates a principal block box called the
493
493
<dfn>table wrapper box</dfn> that
494
- contains the table box itself and any caption boxes (in document
494
+ contains the table grid box itself and any caption boxes (in document
495
495
order).
496
- The <dfn>table box</dfn> is a block-level box that contains the
496
+ The <dfn>table grid box</dfn> is a block-level box that contains the
497
497
table's internal table boxes.
498
498
The caption boxes are block-level boxes that retain their own
499
499
content, padding, margin, and border areas, and are rendered as normal
500
500
block boxes inside the table wrapper box. Whether the caption boxes are placed
501
- before or after the table box is decided by the 'caption-side'
501
+ before or after the table grid box is decided by the 'caption-side'
502
502
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. The table grid box (not the
507
507
table wrapper box) is used when doing baseline
508
508
vertical alignment for an 'inline-table'. The width of the table wrapper
509
- box is the border-edge width of the table box inside it, as described
509
+ box is the border-edge width of the table grid box inside it, as described
510
510
by section 17.5.2. Percentages on 'width' and 'height' on the table are
511
511
relative to the table wrapper box's containing block, not the table wrapper box
512
512
itself.
513
513
514
514
<p>The computed values of properties 'position', 'float', 'margin-*',
515
515
'top', 'right', 'bottom', and 'left' on the table element are used on
516
- the table wrapper box and not the table box; all other values of
517
- non-inheritable properties are used on the table box and not the table
516
+ the table wrapper box and not the table grid box; all other values of
517
+ non-inheritable properties are used on the table grid box and not the table
518
518
wrapper box. (Where the table element's values are not used on the
519
519
table and table wrapper boxes, the initial values are used instead.)
520
520
@@ -530,14 +530,14 @@ it">
530
530
<!-- #include src=properties/caption-side.srb -->
531
531
532
532
<p>This property specifies the position of the caption box with
533
- respect to the table box. Values have the following meanings:
533
+ respect to the table grid box. Values have the following meanings:
534
534
535
535
<dl>
536
536
<dt><strong>top</strong> <dd>Positions the caption box above the
537
- table box.
537
+ table grid box.
538
538
539
539
<dt><strong>bottom</strong> <dd>Positions the caption box below the
540
- table box.
540
+ table grid box.
541
541
</dl>
542
542
543
543
<div class=note>
@@ -674,7 +674,7 @@ background.
674
674
</div>
675
675
676
676
<ol>
677
- <li>The lowest layer is a single plane, representing the table box
677
+ <li>The lowest layer is a single plane, representing the table grid box
678
678
itself. Like all boxes, it may be transparent.
679
679
680
680
<li>The next layer contains the column groups. Each column group
0 commit comments