Skip to content

Commit 2f5d7de

Browse files
committed
[css2] another revision to address issue #13
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402641
1 parent a2f1ce6 commit 2f5d7de

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

css2/conform.src

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -124,17 +124,16 @@ how the elements should be rendered.
124124
<a name="replaced-element">Replaced
125125
element</a></span></strong>
126126

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).
138137

139138
<p>User agents may consider a replaced element to not have any
140139
intrinsic dimensions if it is believed that those dimensions could
@@ -193,9 +192,9 @@ content|content::rendered"><a name="rendered-content">Rendered
193192
content</a></span></strong>
194193

195194
<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
199198
alternate text for an element (e.g., the value of the XHTML "alt"
200199
attribute), and may include items inserted implicitly or explicitly by
201200
the style sheet, such as bullets, numbering, etc.

0 commit comments

Comments
 (0)