Skip to content

Commit 8667a12

Browse files
committed
[css2] Fixed broken links
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40443
1 parent 2234829 commit 8667a12

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

css2/conform.src

Lines changed: 2 additions & 2 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: conform.src,v 1.27 1997-11-25 23:44:06 ian Exp $ -->
3+
<!-- $Id: conform.src,v 1.28 1997-11-26 00:02:30 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -142,7 +142,7 @@ writes or generates style sheets.</dd>
142142
<dd>A user is a person who interacts with a user agent to view, hear,
143143
or otherwise use a document and its associated style sheets.</dd>
144144

145-
<dt><dfn><strong>User agent</strong></dfn>
145+
<dt><dfn><strong><a name="user-agent">User agent</a></strong></dfn>
146146
<dd>A <span class="index-def" title="user agent|UA">user
147147
agent</span> is any program that interprets a document written in
148148
the document language and applies associated style sheets by according

css2/visuren.src

Lines changed: 11 additions & 13 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: visuren.src,v 1.41 1997-11-25 23:51:48 ian Exp $ -->
3+
<!-- $Id: visuren.src,v 1.42 1997-11-26 00:04:22 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -15,9 +15,8 @@
1515

1616
<H2>Introduction to the visual rendering model</H2>
1717

18-
<P>The following sections describe how user agents construct a tree of
19-
box <a href="process.html#renderobj"> rendering
20-
objects</a>.
18+
<P>The following sections describe how user agents construct a
19+
rendering structure.
2120

2221
<P>Most elements in the <a href="convent.html#doctree">document
2322
tree</a> generate a corresponding box in the tree of rendering objects
@@ -59,12 +58,11 @@ differently for situations not covered in this specification.
5958

6059
<H2><a name="box-model">Introduction to the box model</a></H2>
6160

62-
<P>The CSS box model describes the box <a
63-
href="process.html#renderobj">rendering object</a>. This object is
64-
characterized in particular by three groups of properties: <a
65-
href="#margin-properties">margin</a>, <a
66-
href="#padding-properties">padding</a>, and <a
67-
href="#border-properties">border</a>, described below.
61+
<P>The CSS box model describes the box rendering object. This object
62+
is characterized in particular by three groups of properties: <a
63+
href="flowobj2.html#margin-properties">margin</a>, <a
64+
href="flowobj2.html#padding-properties">padding</a>, and <a
65+
href="flowobj2.html#border-properties">border</a>, described below.
6866

6967
<P>For information on the <em>layout</em> of boxes, please consult the
7068
section on the <a href="#flow-model">visual flow model</a>.
@@ -87,9 +85,9 @@ padding:</P>
8785
<P>The width (resp., height) of the <EM>box</EM> is given by the sum
8886
of the content width (resp., height), the padding, the border, and the
8987
margin. The size of the margin, border and padding are set with the
90-
<a href="#margin-properties">margin</a>, <a
91-
href="#padding-properties">padding</a>, and <a
92-
href="#border-properties">border</a> properties, respectively.
88+
<a href="flowobj2.html#margin-properties">margin</a>, <a
89+
href="flowobj2.html#padding-properties">padding</a>, and <a
90+
href="flowobj2.html#border-properties">border</a> properties, respectively.
9391

9492
<P>The width of the <EM>element</EM> is the width of the content,
9593
i.e., the distance between left inner edge and right inner edge. The

0 commit comments

Comments
 (0)