Skip to content

Commit 84f7aa8

Browse files
committed
[css2] Issue 31
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402447
1 parent 0e2fc38 commit 84f7aa8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css2/syndata.src

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.118 2006-04-06 21:32:24 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.119 2006-05-09 12:44:44 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -45,7 +45,7 @@ create style sheets that work with older user agents, while also
4545
exercising the possibilities of the latest levels of CSS.
4646
</p>
4747
<p>At the lexical level, CSS style sheets consist of a sequence of tokens.
48-
The list of tokens for CSS&nbsp;2.1 is as follows. The definitions use Lex-style
48+
The list of tokens for CSS is as follows. The definitions use Lex-style
4949
regular expressions. Octal codes refer to ISO 10646 ([[ISO10646]]). As in
5050
Lex, in case of multiple matches, the longest match determines the token.
5151
</p>
@@ -111,6 +111,10 @@ the above rules, and neither a single nor a double quote</var>
111111
<p>Below is the core syntax for CSS. The sections that follow describe
112112
how to use it. <a href="grammar.html">Appendix G</a> describes a
113113
more restrictive grammar that is closer to the CSS level 2 language.
114+
Parts of style sheets that can be parsed according to this grammar but
115+
not according to the grammar in Appendix G are among the parts that
116+
will be ignored according to the <a href="#parsing-errors>rules for
117+
handling parsing errors</a>.
114118
</p>
115119
<pre>
116120
stylesheet : [ CDO | CDC | S | statement ]*;

0 commit comments

Comments
 (0)