Skip to content

Commit 1a6e37d

Browse files
committed
[css2] Added table box and table wrapper box to the alphabetic index.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403283
1 parent c00f733 commit 1a6e37d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

css2/tables.src

Lines changed: 6 additions & 3 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.132 2012-08-21 13:54:55 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.133 2013-05-02 18:12:32 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-->
@@ -490,10 +490,13 @@ table') or <a href="visuren.html#inline-level">inline-level</a> (for
490490
'display: inline-table') element.
491491

492492
<p>In both cases, the table generates a principal block box called the
493-
<dfn>table wrapper box</dfn> that
493+
<span class="index-def" title="table wrapper box"><a
494+
name="table-wrapper-box"><dfn>table wrapper box</dfn></a></span> that
494495
contains the table box itself and any caption boxes (in document
495496
order).
496-
The <dfn>table box</dfn> is a block-level box that contains the
497+
The <span class="index-def" title="table box"><a
498+
name="table-box"><dfn>table box</dfn></a></span> is a block-level box
499+
that contains the
497500
table's internal table boxes.
498501
The caption boxes are block-level boxes that retain their own
499502
content, padding, margin, and border areas, and are rendered as normal

0 commit comments

Comments
 (0)