11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: tables.src,v 2.133 2013-05-02 18:12:32 bbos Exp $ -->
3+ <!-- $Id: tables.src,v 2.134 2014-01-17 13:45:10 bbos Exp $ -->
44<head>
55<title>Tables</title>
66<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -489,7 +489,8 @@ col.totals { width: 5em }
489489table') or <a href="visuren.html#inline-level">inline-level</a> (for
490490'display: inline-table') element.
491491
492- <p>In both cases, the table generates a principal block box called the
492+ <p>In both cases, the table generates a principal block container box
493+ called the
493494<span class="index-def" title="table wrapper box"><a
494495name="table-wrapper-box"><dfn>table wrapper box</dfn></a></span> that
495496contains the table box itself and any caption boxes (in document
@@ -498,14 +499,14 @@ The <span class="index-def" title="table box"><a
498499name="table-box"><dfn>table box</dfn></a></span> is a block-level box
499500that contains the
500501table's internal table boxes.
501- The caption boxes are block-level boxes that retain their own
502+ The caption boxes are principal block-level boxes that retain their own
502503content, padding, margin, and border areas, and are rendered as normal
503504block boxes inside the table wrapper box. Whether the caption boxes are placed
504505before or after the table box is decided by the 'caption-side'
505506property, as described below.
506507
507- <p>The table wrapper box is a ' block' box if the table is block-level , and
508- an ' inline-block' box if the table is inline-level . The table wrapper box
508+ <p>The table wrapper box is block-level for 'display: table' , and
509+ inline-leve; for 'display: inline-table' . The table wrapper box
509510establishes a block formatting context, and the table box establishes
510511a table formatting context. The table box (not the
511512table wrapper box) is used when doing baseline
0 commit comments