|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Conformance: requirements and recommendations</TITLE> |
@@ -101,18 +101,22 @@ class="index-def" title="parent">parent</span></strong> of those |
101 | 101 | sub-elements. |
102 | 102 |
|
103 | 103 | <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> |
105 | 106 |
|
106 | 107 | <dd>The content of an element after the rendering that applies to it |
107 | 108 | 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> |
116 | 120 |
|
117 | 121 | <dd>The tree of elements encoded in the source document. Each element |
118 | 122 | 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 |
147 | 151 | sibling if it comes after B in the document tree. |
148 | 152 |
|
149 | 153 | <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> |
151 | 155 |
|
152 | 156 | <dd>An element A is called a preceding element of an element B, if and |
153 | 157 | 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. |
185 | 189 | <P>According to the definition of HTML, HEAD elements will be inferred |
186 | 190 | during parsing and become part of the document tree even if the HEAD |
187 | 191 | tags are not in the document source. Similarly, the parser knows where |
188 | | -the P and LIs end, even though there are no </P> and </LI> tags |
| 192 | +the P and LIs end, even though there are no </P> and </LI> tags |
189 | 193 | in the source. |
190 | 194 | </div> |
191 | 195 | </dd> |
|
0 commit comments