Skip to content

Commit 2c92aee

Browse files
committed
[css2] Changed statement about CSS1 style sheets being valid CSS2 style sheets. This should be changed again to list exactly what the exceptions are
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401140
1 parent 15df473 commit 2c92aee

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

css2/conform.src

Lines changed: 9 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.17 1998-03-11 09:23:19 bbos Exp $ -->
3+
<!-- $Id: conform.src,v 2.18 1998-03-13 01:00:50 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -50,13 +50,14 @@ inheritance</a>.
5050

5151
<dd>The <span class="index-def" title="valid style
5252
sheet">validity</span> of a style sheet depends on the level of CSS
53-
used for the style sheet. All valid CSS1 style sheets are valid CSS2
54-
style sheets. A valid CSS2 style sheet must be written according to the <a
55-
href="grammar.html">grammar of CSS2</a>. Furthermore, it must contain
56-
only at-rules, property names, and property values defined in this
57-
specification. An <span class="index-def"
58-
title="illegal"><strong>illegal</strong></span> or invalid at-rule,
59-
property name, or property value is one that is not valid.
53+
used for the style sheet. With very few exceptions, all valid CSS1
54+
style sheets are valid CSS2 style sheets. A valid CSS2 style sheet
55+
must be written according to the <a href="grammar.html">grammar of
56+
CSS2</a>. Furthermore, it must contain only at-rules, property names,
57+
and property values defined in this specification. An <span
58+
class="index-def" title="illegal"><strong>illegal</strong></span> or
59+
invalid at-rule, property name, or property value is one that is not
60+
valid.
6061

6162
<dt><strong><span class="index-def" title="source document">Source
6263
document</span></strong>

0 commit comments

Comments
 (0)