Skip to content

Commit d4740d6

Browse files
committed
[css2] Corrected edit for issue 201.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403075
1 parent 7335975 commit d4740d6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css2/tables.src

Lines changed: 9 additions & 9 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.124 2010-10-25 17:28:27 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.125 2010-10-26 19:50:02 bbos Exp $ -->
44
<head>
55
<title>Tables</title>
66
</head>
@@ -489,30 +489,30 @@ table') or <a href="visuren.html#inline-level">inline-level</a> (for
489489
'display: inline-table') element.
490490

491491
<p>In both cases, the table generates a principal block box called the
492-
<dfn>outer table box</dfn> that
492+
<dfn>table wrapper box</dfn> that
493493
contains the table box itself and any caption boxes (in document
494494
order).
495495
The <dfn>table box</dfn> is a block-level box that contains the
496496
table's internal table boxes.
497497
The caption boxes are block-level boxes that retain their own
498498
content, padding, margin, and border areas, and are rendered as normal
499-
blocks inside the outer table box. Whether the caption boxes are placed
499+
block boxes inside the table wrapper box. Whether the caption boxes are placed
500500
before or after the table box is decided by the 'caption-side'
501501
property, as described below.
502502

503-
<p>The outer table box is a 'block' box if the table is block-level, and
504-
an 'inline-block' box if the table is inline-level. The outer table box
503+
<p>The table wrapper box is a 'block' box if the table is block-level, and
504+
an 'inline-block' box if the table is inline-level. The table wrapper box
505505
establishes a block formatting context. The table box (not the
506-
outer table box) is used when doing baseline
507-
vertical alignment for an 'inline-table'. The width of the outer table
506+
table wrapper box) is used when doing baseline
507+
vertical alignment for an 'inline-table'. The width of the table wrapper
508508
box is the border-edge width of the table box inside it, as described
509509
by section 17.5.2. Percentages on 'width' and 'height' on the table are
510-
relative to the outer table box's containing block, not the outer table box
510+
relative to the table wrapper box's containing block, not the table wrapper box
511511
itself.
512512

513513
<p>The computed values of properties 'position', 'float', 'margin-*',
514514
'top', 'right', 'bottom', and 'left' on the table box are used on the
515-
outer table box instead of the table box. The table box uses the initial
515+
table wrapper box instead of the table box. The table box uses the initial
516516
values for those properties.
517517

518518
<div class="figure">

0 commit comments

Comments
 (0)