Skip to content

Commit d6f5d6b

Browse files
committed
[css2] revised definition of 'replaced element'
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402638
1 parent 5e237b3 commit d6f5d6b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/conform.src

Lines changed: 4 additions & 3 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.76 2007-01-17 19:30:41 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.77 2007-03-07 00:30:24 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,8 +124,9 @@ how the elements should be rendered.
124124
<a name="replaced-element">Replaced
125125
element</a></span></strong>
126126

127-
<dd><p>An element that is outside the scope of the CSS formatter, such
128-
as an image, embedded document, or applet. For example, the content of
127+
<dd><p>
128+
An element whose redering is not defined by this specification, such as
129+
an image, embedded document, or applet. For example, the content of
129130
the HTML IMG element is often replaced by the image that its "src"
130131
attribute designates. Replaced elements often have intrinsic
131132
dimensions: an intrinsic width, an intrinsic height, and an intrinsic

0 commit comments

Comments
 (0)