|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
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> |
@@ -87,6 +87,23 @@ of the document language. Most CSS style sheet rules use the names of |
87 | 87 | these elements (such as "P", "TABLE", and "OL" for HTML) to specify |
88 | 88 | rendering information for them. |
89 | 89 |
|
| 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 | + |
90 | 107 | <dt><strong><span class="index-def" title="attribute"><a |
91 | 108 | name="attribute">Attribute</a></span></strong> |
92 | 109 |
|
|
0 commit comments