|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: conform.src,v 2.36 1998-04-06 23:39:31 ijacobs Exp $ --> |
| 3 | +<!-- $Id: conform.src,v 2.37 1998-04-09 14:38:44 ijacobs 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> |
|
60 | 60 | href="grammar.html">grammar of CSS2</a>. Furthermore, it must contain |
61 | 61 | only at-rules, property names, and property values defined in this |
62 | 62 | specification. An <span class="index-def" |
63 | | -title="illegal"><strong>illegal</strong></span> or invalid at-rule, |
| 63 | +title="illegal"><strong>illegal</strong></span> (invalid) at-rule, |
64 | 64 | property name, or property value is one that is not valid. |
65 | 65 |
|
66 | 66 | <dt><strong><span class="index-def" title="source document">Source |
@@ -195,9 +195,7 @@ to another format, etc.</dd> |
195 | 195 | <PRE> |
196 | 196 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
197 | 197 | <HTML> |
198 | | - <HEAD> |
199 | 198 | <TITLE>My home page</TITLE> |
200 | | - </HEAD> |
201 | 199 | <BODY> |
202 | 200 | <H1>My home page</H1> |
203 | 201 | <P>Welcome to my home page! Let me tell you about my favorite |
@@ -258,9 +256,10 @@ types</a>. |
258 | 256 | agents may only allow one value for certain properties (for |
259 | 257 | backwards compatibility, see CSS1 for list of these properties), |
260 | 258 | i.e., the default style sheet value -IJ --> |
261 | | -<li>Given a <a href="#doctree">document tree</a>, it must |
262 | | -assign a value for every supported property according to |
263 | | -the rules of <a href="cascade.html">cascading and inheritance</a>. |
| 259 | +<li>For each element in a <a href="#doctree">document tree</a>, it must |
| 260 | +assign a value for every applicable property according to |
| 261 | +the property's definition and the rules of |
| 262 | +<a href="cascade.html">cascading and inheritance</a>. |
264 | 263 |
|
265 | 264 | <li>If the source document comes with alternate style sheets (such as |
266 | 265 | with the "alternate" keyword in HTML 4.0 [[-HTML40]]), the UA must |
@@ -295,7 +294,6 @@ specify user style sheets. |
295 | 294 | <!-- Does the above sentence mean "as style sheets", or can |
296 | 295 | the functionality be applied through the UA? -IJ --> |
297 | 296 |
|
298 | | - |
299 | 297 | <h2>Error conditions</h2> |
300 | 298 |
|
301 | 299 | <P>In general, this document does not specify error handling behavior |
|
0 commit comments