Skip to content

Commit 148b68d

Browse files
committed
[css2] Fixed broken links
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40839
1 parent c964fd9 commit 148b68d

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

css2/tables.src

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -81,7 +81,7 @@ by a 1px solid black border:</P>
8181
<P>Note, however, that the borders around the rows overlap where the
8282
rows meet. What color (black or blue) and thickness (1px or 3px) will
8383
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>
8585

8686
<P>The following rule positions the table caption centered, above
8787
the table:</P>
@@ -123,12 +123,11 @@ and the BAR element act like a CAPTION element:</p>
123123
BAR { display : table-caption }
124124
</PRE>
125125

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.
132131

133132
<H2>The CSS table model</h2>
134133

@@ -804,7 +803,7 @@ the row height (or vice versa).
804803
<P>Cells may be aligned vertically (within a row) and
805804
horizontally (within a column).
806805

807-
<h4>Vertical alignment in a row</h4>
806+
<h4><a name="vertical-align">Vertical alignment in a row</a></h4>
808807

809808
<P>The height of a cell's box is constrained by the rows that contain
810809
it. A cell may be smaller than a row, in which case its vertical
@@ -868,7 +867,7 @@ cells, by lowering the bottom.</p>
868867

869868
<p>Finally the remaining cells are positioned.</p>
870869

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
872871
and bottom of each cell box after positioning must be at least as
873872
large as the <span class="propinst-padding">'padding'</span> property
874873
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>
10311030
table border. Also, in this model, a table doesn't have padding but
10321031
does have margins.
10331032

1034-
<h4><a name="border-conflicts">Border conflict resolution</a></h4>
1033+
<h4><a name="border-conflict-resolution">Border conflict resolution</a></h4>
10351034

10361035
<p>In the collapsing border model, borders in the same location may
10371036
be generated by a variety of elements (cells, rows, row groups,
@@ -1210,7 +1209,7 @@ style">No border.</span>
12101209
class="value-inst-hidden">hidden</span></span></strong>
12111210
<dd>Same as 'none', but in the <a href="#collapsing-borders">collapsing
12121211
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>).
12141213

12151214
<dt><strong><span class="index-inst" title="'dotted'"><span
12161215
class="value-inst-dotted">dotted</span></span></strong>
@@ -1241,15 +1240,15 @@ out of the canvas.
12411240

12421241
<dt><strong><span class="index-inst" title="'inset'"><span
12431242
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>,
12451244
the border makes the entire box look as though
12461245
it were embedded in the canvas. In the
12471246
<a href="#collapsing-borders">collapsing
12481247
border model</a>, same as 'groove'.
12491248

12501249
<dt><strong><span class="index-inst" title="'outset'"><span
12511250
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>,
12531252
the border makes the entire box look as though
12541253
it were coming out of the canvas. In the
12551254
<a href="#collapsing-borders">collapsing

0 commit comments

Comments
 (0)