Skip to content

Commit cfd1c8d

Browse files
committed
[css2] Minor fixes. Change in wording about what must be done for each element in doctree: assign a value according to the property definition (that's new) and the rules of cascading and inheritance
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401478
1 parent cc2948c commit cfd1c8d

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

css2/conform.src

Lines changed: 6 additions & 8 deletions
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.36 1998-04-06 23:39:31 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.37 1998-04-09 14:38:44 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -60,7 +60,7 @@ CSS2.
6060
href="grammar.html">grammar of CSS2</a>. Furthermore, it must contain
6161
only at-rules, property names, and property values defined in this
6262
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,
6464
property name, or property value is one that is not valid.
6565

6666
<dt><strong><span class="index-def" title="source document">Source
@@ -195,9 +195,7 @@ to another format, etc.</dd>
195195
<PRE>
196196
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
197197
&lt;HTML&gt;
198-
&lt;HEAD&gt;
199198
&lt;TITLE&gt;My home page&lt;/TITLE&gt;
200-
&lt;/HEAD&gt;
201199
&lt;BODY&gt;
202200
&lt;H1&gt;My home page&lt;/H1&gt;
203201
&lt;P&gt;Welcome to my home page! Let me tell you about my favorite
@@ -258,9 +256,10 @@ types</a>.
258256
agents may only allow one value for certain properties (for
259257
backwards compatibility, see CSS1 for list of these properties),
260258
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>.
264263

265264
<li>If the source document comes with alternate style sheets (such as
266265
with the "alternate" keyword in HTML 4.0 [[-HTML40]]), the UA must
@@ -295,7 +294,6 @@ specify user style sheets.
295294
<!-- Does the above sentence mean "as style sheets", or can
296295
the functionality be applied through the UA? -IJ -->
297296

298-
299297
<h2>Error conditions</h2>
300298

301299
<P>In general, this document does not specify error handling behavior

0 commit comments

Comments
 (0)