|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: tables.src,v 2.1 1998-02-07 01:43:04 ijacobs Exp $ --> |
| 3 | +<!-- $Id: tables.src,v 2.2 1998-02-09 23:48:51 ijacobs Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> |
6 | 6 | <title>Tables</title> |
@@ -81,7 +81,7 @@ by a 1px solid black border:</P> |
81 | 81 | <P>Note, however, that the borders around the rows overlap where the |
82 | 82 | rows meet. What color (black or blue) and thickness (1px or 3px) will |
83 | 83 | the border between row1 and row2 be? We discuss this in the section on |
84 | | -<a href="#border-conflicts">border conflict resolution.</a> |
| 84 | +<a href="#border-conflict-resolution">border conflict resolution.</a> |
85 | 85 |
|
86 | 86 | <P>The following rule positions the table caption centered, above |
87 | 87 | the table:</P> |
@@ -123,12 +123,11 @@ and the BAR element act like a CAPTION element:</p> |
123 | 123 | BAR { display : table-caption } |
124 | 124 | </PRE> |
125 | 125 |
|
126 | | -<P>We discuss the various table elements in the section on <a |
127 | | -href="#table-elements">table elements.</a> In this specification, the |
128 | | -term <span class="index-def" title="table element"><dfn>table |
129 | | -element</dfn></span> refers to any element involved in the creation of |
130 | | -a table. An "internal" table element is one that produces a row, row |
131 | | -group, column, column group, or cell. |
| 126 | +<P>We discuss the various table elements in the following section. In |
| 127 | +this specification, the term <span class="index-def" title="table |
| 128 | +element"><dfn>table element</dfn></span> refers to any element |
| 129 | +involved in the creation of a table. An "internal" table element is |
| 130 | +one that produces a row, row group, column, column group, or cell. |
132 | 131 |
|
133 | 132 | <H2>The CSS table model</h2> |
134 | 133 |
|
@@ -804,7 +803,7 @@ the row height (or vice versa). |
804 | 803 | <P>Cells may be aligned vertically (within a row) and |
805 | 804 | horizontally (within a column). |
806 | 805 |
|
807 | | -<h4>Vertical alignment in a row</h4> |
| 806 | +<h4><a name="vertical-align">Vertical alignment in a row</a></h4> |
808 | 807 |
|
809 | 808 | <P>The height of a cell's box is constrained by the rows that contain |
810 | 809 | it. A cell may be smaller than a row, in which case its vertical |
@@ -868,7 +867,7 @@ cells, by lowering the bottom.</p> |
868 | 867 |
|
869 | 868 | <p>Finally the remaining cells are positioned.</p> |
870 | 869 |
|
871 | | -<p>The <a href="visuren.html#padding-area">padding area</a> at the top |
| 870 | +<p>The <a href="visuren.html#box-padding-area">padding area</a> at the top |
872 | 871 | and bottom of each cell box after positioning must be at least as |
873 | 872 | large as the <span class="propinst-padding">'padding'</span> property |
874 | 873 | specifies. The height of the row must be as small as possible without |
@@ -1031,7 +1030,7 @@ between cells <var>i</var> and <var>i</var> + 1.</p> |
1031 | 1030 | table border. Also, in this model, a table doesn't have padding but |
1032 | 1031 | does have margins. |
1033 | 1032 |
|
1034 | | -<h4><a name="border-conflicts">Border conflict resolution</a></h4> |
| 1033 | +<h4><a name="border-conflict-resolution">Border conflict resolution</a></h4> |
1035 | 1034 |
|
1036 | 1035 | <p>In the collapsing border model, borders in the same location may |
1037 | 1036 | be generated by a variety of elements (cells, rows, row groups, |
@@ -1210,7 +1209,7 @@ style">No border.</span> |
1210 | 1209 | class="value-inst-hidden">hidden</span></span></strong> |
1211 | 1210 | <dd>Same as 'none', but in the <a href="#collapsing-borders">collapsing |
1212 | 1211 | border model</a>, also inhibits any other border (see the |
1213 | | -section on <a href="#border-conflicts">border conflicts</a>). |
| 1212 | +section on <a href="#border-conflict-resolution">border conflicts</a>). |
1214 | 1213 |
|
1215 | 1214 | <dt><strong><span class="index-inst" title="'dotted'"><span |
1216 | 1215 | class="value-inst-dotted">dotted</span></span></strong> |
@@ -1241,15 +1240,15 @@ out of the canvas. |
1241 | 1240 |
|
1242 | 1241 | <dt><strong><span class="index-inst" title="'inset'"><span |
1243 | 1242 | class="value-inst-inset">inset</span></span></strong> |
1244 | | -<dd>In the <a href="#2d">2�D border model</a>, |
| 1243 | +<dd>In the <a href="#2D">2�D border model</a>, |
1245 | 1244 | the border makes the entire box look as though |
1246 | 1245 | it were embedded in the canvas. In the |
1247 | 1246 | <a href="#collapsing-borders">collapsing |
1248 | 1247 | border model</a>, same as 'groove'. |
1249 | 1248 |
|
1250 | 1249 | <dt><strong><span class="index-inst" title="'outset'"><span |
1251 | 1250 | class="value-inst-outset">outset</span></span></strong> |
1252 | | -<dd>In the <a href="#2d">2�D border model</a>, |
| 1251 | +<dd>In the <a href="#2D">2�D border model</a>, |
1253 | 1252 | the border makes the entire box look as though |
1254 | 1253 | it were coming out of the canvas. In the |
1255 | 1254 | <a href="#collapsing-borders">collapsing |
|
0 commit comments