|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: conform.src,v 2.78 2007-03-07 00:45:19 howcome Exp $ --> |
| 3 | +<!-- $Id: conform.src,v 2.79 2007-03-07 01:56:56 howcome 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> |
@@ -124,17 +124,16 @@ how the elements should be rendered. |
124 | 124 | <a name="replaced-element">Replaced |
125 | 125 | element</a></span></strong> |
126 | 126 |
|
127 | | -<dd><p> |
128 | | -An element whose rendering is not defined by this specification, such as |
129 | | -an image, embedded document, or applet. For example, the content of |
130 | | -the HTML IMG element is often replaced by the image that its "src" |
131 | | -attribute designates. Replaced elements often have intrinsic |
132 | | -dimensions: an intrinsic width, an intrinsic height, and an intrinsic |
133 | | -ratio. For example, a bitmap image has an intrinsic width and an |
134 | | -intrinsic height specified in absolute units (from which the intrinsic |
135 | | -ratio can obviously be determined). On the other hand, other documents |
136 | | -may not have any intrinsic dimensions (for example a blank HTML |
137 | | -document). |
| 127 | +<dd><p>An element whose content is outside the scope of the CSS |
| 128 | +formatting model, such as an image, embedded document, or applet. For |
| 129 | +example, the content of the HTML IMG element is often replaced by the |
| 130 | +image that its "src" attribute designates. Replaced elements often |
| 131 | +have intrinsic dimensions: an intrinsic width, an intrinsic height, |
| 132 | +and an intrinsic ratio. For example, a bitmap image has an intrinsic |
| 133 | +width and an intrinsic height specified in absolute units (from which |
| 134 | +the intrinsic ratio can obviously be determined). On the other hand, |
| 135 | +other documents may not have any intrinsic dimensions (for example a |
| 136 | +blank HTML document). |
138 | 137 |
|
139 | 138 | <p>User agents may consider a replaced element to not have any |
140 | 139 | intrinsic dimensions if it is believed that those dimensions could |
@@ -193,9 +192,9 @@ content|content::rendered"><a name="rendered-content">Rendered |
193 | 192 | content</a></span></strong> |
194 | 193 |
|
195 | 194 | <dd>The content of an element after the rendering that applies to it |
196 | | -according to the relevant style sheets has been applied. The rendered |
197 | | -content of a <a href="#replaced-element">replaced element</a> comes |
198 | | -from outside the source document. Rendered content may also be |
| 195 | +according to the relevant style sheets has been applied. How a |
| 196 | +replaced element's content is rendered is not defined by this |
| 197 | +specification. Rendered content may also be |
199 | 198 | alternate text for an element (e.g., the value of the XHTML "alt" |
200 | 199 | attribute), and may include items inserted implicitly or explicitly by |
201 | 200 | the style sheet, such as bullets, numbering, etc. |
|
0 commit comments