Skip to content

Commit 79a1d01

Browse files
committed
[css2] Edited as per issue w3c#70 of
http://www.damowmow.com/temp/csswg/css21/issues-cr --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402260
1 parent 432cfa2 commit 79a1d01

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

css2/grammar.src

Lines changed: 5 additions & 7 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: grammar.src,v 2.38 2004-07-05 17:08:00 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.39 2004-12-07 09:59:56 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
@@ -15,12 +15,10 @@ semantic constraints not expressed in this grammar. A conforming UA
1515
must also adhere to the <a href="./syndata.html#syntax">
1616
forward-compatible parsing rules</a>, the selectors notation, the <a
1717
href="./about.html#property-defs">property and value notation</a>,
18-
and the unit notation. In
19-
addition, the document language may impose restrictions, e.g. HTML
20-
imposes restrictions on the possible values of the "class" attribute.
21-
22-
<!-- IJ: There used to be a link to "unit notation", but I couldn't
23-
find anything in the spec that corresponded. -->
18+
and the unit notation. However, not all syntactically correct CSS can take
19+
effect, since the document language may impose restrictions that are
20+
not in CSS, e.g., HTML imposes restrictions on the possible values of
21+
the "class" attribute.
2422

2523
<h2>Grammar</h2>
2624

0 commit comments

Comments
 (0)