11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: tables.src,v 1.38 1998-01-28 20:26:16 bbos Exp $ -->
3+ <!-- $Id: tables.src,v 1.39 1998-01-29 00:44:41 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66<title>Tables</title>
@@ -760,11 +760,14 @@ CAPTION { display: table-caption }
760760
761761
762762
763- <!-- Material to do something with:
763+ <hr>
764764
765+ <h2 title="material yet to be integrated, substituted, or discarded">UNDER CONSTRUCTION!</h2>
765766
767+ <p>The rest of this chapter is material that may merge with the
768+ preceeding sections, or replace some of them.
766769
767- <h2 ><a name="table-layout">Table layout</a></h2 >
770+ <h3 ><a name="table-layout">Table layout</a></h3 >
768771
769772<p>A table is made up of one table element, several columns possibly
770773grouped into column groups, and several rowgroups, containing rows,
@@ -887,7 +890,7 @@ left corner'></p>
887890
888891
889892
890- <h2 >Computing widths and heights</h2 >
893+ <h3 >Computing widths and heights</h3 >
891894
892895<p>The principle for determining the width of each column is as
893896follows:</p>
@@ -946,8 +949,8 @@ and the sum of the columns is not equal to the table's width, the
946949<span class="propinst-overflow">'overflow'</span> property of the
947950table determines what happens.</p>
948951
949- <h2 ><a name="border-placement">Placement of the borders:</a> <span
950- class="propinst-cell-spacing">'cell-spacing'</span></h2 >
952+ <h3 ><a name="border-placement">Placement of the borders:</a> <span
953+ class="propinst-cell-spacing">'cell-spacing'</span></h3 >
951954
952955<p>For block-level and inline elements, the position of the border
953956relative to the content of the element is determined by the margin
@@ -1045,7 +1048,7 @@ between cells <var>i</var> and <var>i</var> + 1.</p>
10451048width of the table includes half the border, and that a table doesn't
10461049have a padding. It does have a margin, however.</p>
10471050
1048- <h2 >Conflict resolution for borders</h2 >
1051+ <h3 >Conflict resolution for borders</h3 >
10491052
10501053<p>If 'cell-spacing' is 'none', the style of the borders between the
10511054cells is found by comparing the border properties of all the boxes
@@ -1156,7 +1159,7 @@ TR {border-top: solid}
11561159</pre>
11571160</div>
11581161
1159- <h2 >Properties for columns and rows</h2 >
1162+ <h3 >Properties for columns and rows</h3 >
11601163
11611164<p>Only four properties apply to a column box or column-group box:
11621165<span class="propinst-border">'border'</span>, <span
@@ -1171,7 +1174,7 @@ class="propinst-background">'background'</span> apply to a row or
11711174row-group. But note that you can set inherited properties on rows and
11721175row-groups, and they will be inherited by the cells.</p>
11731176
1174- <h2 >Vertical alignment of cells in a row</h2 >
1177+ <h3 >Vertical alignment of cells in a row</h3 >
11751178
11761179<p>The cells in a row are aligned somewhat like letters on a line.
11771180Each cell, or rather each cell's content, has a baseline, a top, a
@@ -1244,7 +1247,7 @@ class="propinst-padding">'padding'</span> property
12441247specifies. The height of the row must be as small as possible without
12451248violating this rule.</p>
12461249
1247- <h2 >Horizontal alignment of cells in a column</h2 >
1250+ <h3 >Horizontal alignment of cells in a column</h3 >
12481251
12491252<p>A cell is similar to a block in the way its contents are rendered,
12501253that means, in particular, that <span
@@ -1272,10 +1275,10 @@ alignment point is the start of the first occurrence.
12721275<p>If the string doesn't occur, the alignment point is the end of the
12731276content.
12741277
1275- <h2 ><a name="table-captions">Table captions</a>: the <span
1276- class="propinst-caption-side">'caption-side'</span> property</h2 >
1278+ <h3 ><a name="table-captions">Table captions</a>: the <span
1279+ class="propinst-caption-side">'caption-side'</span> property</h3 >
12771280
1278- < !-- #include src=properties/caption-side.srb -->
1281+ < !-- #include src=properties/caption-side.srb -->
12791282
12801283[Values top-left, bottom-left, top-right and bottom-right also
12811284proposed. They would make the caption into something similar to a
@@ -1284,10 +1287,10 @@ float.]
12841287['top' means caption is a block above the table, 'bottom' means it is
12851288a block after the table]
12861289
1287- <h2 ><a name="generating-speech">Generating speech</a>: the <span
1288- class="propinst-speak-header">'speak-header'</span> property</h2 >
1290+ <h3 ><a name="generating-speech">Generating speech</a>: the <span
1291+ class="propinst-speak-header">'speak-header'</span> property</h3 >
12891292
1290- < !-- #include src=properties/speak-header.srb -->
1293+ < !-- #include src=properties/speak-header.srb -->
12911294
12921295<p>[Does 'speak-header' apply to TH or to TD?]
12931296
@@ -1428,13 +1431,12 @@ San Jose, 25-Aug-97, Meals: 37.74
14281431it is spoken: before every data cell, or only when the previous cell
14291432spoken wasn't associated with this header.</p>
14301433
1431- <h2 >Table implementation notes</h2 >
1434+ <h3 >Table implementation notes</h3 >
14321435
14331436<p><em>[Move to appendix]</em></p>
14341437
14351438<p>[Minimum/maximum]</p>
14361439
1437- -->
14381440
14391441</body>
14401442</html>
0 commit comments