Skip to content

Commit 6eb0f53

Browse files
committed
[css2] added definition of replaced element and intrinsic dimension --
perhaps these should be defined inside the chapters, though? --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401591
1 parent 8556948 commit 6eb0f53

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

css2/conform.src

Lines changed: 18 additions & 1 deletion
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.38 1998-04-16 22:13:03 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.39 1998-04-30 21:15:39 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -87,6 +87,23 @@ of the document language. Most CSS style sheet rules use the names of
8787
these elements (such as "P", "TABLE", and "OL" for HTML) to specify
8888
rendering information for them.
8989

90+
<dt><strong><span class="index-def" title="replaced element">Replaced
91+
element</span>
92+
93+
<dd>An element that the CSS formatter only knows the intrinsic
94+
dimensions of. In HTML, 'IMG', 'INPUT', 'TEXTAREA', 'SELECT' and
95+
'OBJECT' elements can be examples of replaced elements. E.g., the
96+
content of the 'IMG' element is often replaced by the image that the
97+
SRC attribute points to. CSS does not define how the intrinsic
98+
dimensions are found.
99+
100+
<dt><strong><span class="index-def" title="intrinsic
101+
dimensions">Intrinsic dimensions</span>
102+
103+
<dd>The width and height as defined by the element itself, not imposed
104+
by the surroundings. In CSS2 it is assumed that all replaced elements
105+
-- and only replaced elements -- come with intrinsic dimensions.
106+
90107
<dt><strong><span class="index-def" title="attribute"><a
91108
name="attribute">Attribute</a></span></strong>
92109

0 commit comments

Comments
 (0)