Skip to content

Commit 73be140

Browse files
committed
[css2] Applied errata s.17.4c
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403300
1 parent a5258ec commit 73be140

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css2/tables.src

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 }
489489
table') 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
494495
name="table-wrapper-box"><dfn>table wrapper box</dfn></a></span> that
495496
contains the table box itself and any caption boxes (in document
@@ -498,14 +499,14 @@ The <span class="index-def" title="table box"><a
498499
name="table-box"><dfn>table box</dfn></a></span> is a block-level box
499500
that contains the
500501
table'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
502503
content, padding, margin, and border areas, and are rendered as normal
503504
block boxes inside the table wrapper box. Whether the caption boxes are placed
504505
before or after the table box is decided by the 'caption-side'
505506
property, 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
509510
establishes a block formatting context, and the table box establishes
510511
a table formatting context. The table box (not the
511512
table wrapper box) is used when doing baseline

0 commit comments

Comments
 (0)