Skip to content

Commit 206c288

Browse files
committed
[css2] Added missing anchors
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401172
1 parent 8e2eca9 commit 206c288

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

css2/conform.src

Lines changed: 16 additions & 12 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 2.20 1998-03-14 00:38:01 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.21 1998-03-14 23:32:33 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -101,18 +101,22 @@ class="index-def" title="parent">parent</span></strong> of those
101101
sub-elements.
102102

103103
<dt><strong><span class="index-def" title="rendered
104-
content|content::rendered">Rendered content</span></strong>
104+
content|content::rendered"><a name="rendered-content">Rendered
105+
content</a></span></strong>
105106

106107
<dd>The content of an element after the rendering that applies to it
107108
according to the relevant style sheets has been applied. The rendered
108-
content of a replaced element may come from outside the source
109-
document (e.g., HTML's IMG element). Rendered content may also be
110-
alternate text for an element (e.g., the value of the HTML "alt"
111-
attribute), and may include items inserted implicitly or explicitly
112-
by the style sheet, such as bullets, numbering, etc.
113-
114-
<dt><strong><span class="index-def" title="document tree">Document
115-
tree</span></strong>
109+
content of a <span class="index-def" title="replaced element"> <a
110+
name="replaced-element">replaced element</a></span> (one that causes
111+
external content to be inserted in the document) may come from outside
112+
the source document (e.g., HTML's IMG element). Rendered content may
113+
also be alternate text for an element (e.g., the value of the HTML
114+
"alt" attribute), and may include items inserted implicitly or
115+
explicitly by the style sheet, such as bullets, numbering, etc.
116+
117+
<dt><strong><span class="index-def" title="document tree">
118+
<a name="doctree">Document
119+
tree</a></span></strong>
116120

117121
<dd>The tree of elements encoded in the source document. Each element
118122
in this tree has exactly one parent, with the exception of the
@@ -147,7 +151,7 @@ if it comes before B in the document tree. Element B is a following
147151
sibling if it comes after B in the document tree.
148152

149153
<dt><strong><span class="index-def" title="preceding
150-
element|element::preceding">Preceding element</span></strong>
154+
element|element::preceding"><a name="preceding">Preceding element</a></span></strong>
151155

152156
<dd>An element A is called a preceding element of an element B, if and
153157
only if (1) A is an ancestor of B or (2) A is a preceding sibling of
@@ -185,7 +189,7 @@ only if B is a preceding element of A.
185189
<P>According to the definition of HTML, HEAD elements will be inferred
186190
during parsing and become part of the document tree even if the HEAD
187191
tags are not in the document source. Similarly, the parser knows where
188-
the P and LIs end, even though there are no &lt;/P> and &lt;/LI> tags
192+
the P and LIs end, even though there are no &lt;/P&gt; and &lt;/LI&gt; tags
189193
in the source.
190194
</div>
191195
</dd>

0 commit comments

Comments
 (0)