@@ -491,30 +491,30 @@ table') or <a href="visuren.html#inline-level">inline-level</a> (for
491491
492492<p>In both cases, the table generates a principal block box called the
493493<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
495495order).
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
497497table's internal table boxes.
498498The caption boxes are block-level boxes that retain their own
499499content, padding, margin, and border areas, and are rendered as normal
500500block 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'
502502property, as described below.
503503
504504<p>The table wrapper box is a 'block' box if the table is block-level, and
505505an '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
507507table wrapper box) is used when doing baseline
508508vertical 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
510510by section 17.5.2. Percentages on 'width' and 'height' on the table are
511511relative to the table wrapper box's containing block, not the table wrapper box
512512itself.
513513
514514<p>The computed values of properties 'position', 'float', 'margin-*',
515515'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
518518wrapper box. (Where the table element's values are not used on the
519519table and table wrapper boxes, the initial values are used instead.)
520520
@@ -530,14 +530,14 @@ it">
530530<!-- #include src=properties/caption-side.srb -->
531531
532532<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:
534534
535535<dl>
536536 <dt><strong>top</strong> <dd>Positions the caption box above the
537- table box.
537+ table grid box.
538538
539539 <dt><strong>bottom</strong> <dd>Positions the caption box below the
540- table box.
540+ table grid box.
541541</dl>
542542
543543<div class=note>
@@ -674,7 +674,7 @@ background.
674674</div>
675675
676676<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
678678 itself. Like all boxes, it may be transparent.
679679
680680 <li>The next layer contains the column groups. Each column group
0 commit comments