Skip to content

Commit 3b2a75b

Browse files
committed
[css2] Edited issues
http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.17.4 and http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.17.5 about "table formatting context." --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403261
1 parent 0444b13 commit 3b2a75b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

css2/tables.src

Lines changed: 7 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.131 2011-10-18 19:25:28 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.132 2012-08-21 13:54:55 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-->
@@ -503,7 +503,8 @@ property, as described below.
503503

504504
<p>The table wrapper box is a 'block' box if the table is block-level, and
505505
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, and the table box establishes
507+
a table formatting context. The table box (not the
507508
table wrapper box) is used when doing baseline
508509
vertical alignment for an 'inline-table'. The width of the table wrapper
509510
box is the border-edge width of the table box inside it, as described
@@ -566,9 +567,10 @@ caption { caption-side: bottom;
566567
<h2><a name="table-layout">Visual layout of table contents</a></h2>
567568

568569
<p>Internal table elements generate rectangular <a
569-
href="box.html#box-dimensions">boxes</a> with content and borders.
570-
Cells have padding as well. Internal table elements do not have
571-
margins.
570+
href="box.html#box-dimensions">boxes</a> which participate in the
571+
table formatting context established by the table box. These boxes
572+
have content and borders and cells have padding as well. Internal
573+
table elements do not have margins.
572574

573575
<p>The visual layout of these boxes is governed by a rectangular,
574576
irregular grid of rows and columns. Each box occupies a whole number

0 commit comments

Comments
 (0)