|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Syntax and basic data types</title> |
@@ -45,7 +45,7 @@ create style sheets that work with older user agents, while also |
45 | 45 | exercising the possibilities of the latest levels of CSS. |
46 | 46 | </p> |
47 | 47 | <p>At the lexical level, CSS style sheets consist of a sequence of tokens. |
48 | | -The list of tokens for CSS 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 |
49 | 49 | regular expressions. Octal codes refer to ISO 10646 ([[ISO10646]]). As in |
50 | 50 | Lex, in case of multiple matches, the longest match determines the token. |
51 | 51 | </p> |
@@ -111,6 +111,10 @@ the above rules, and neither a single nor a double quote</var> |
111 | 111 | <p>Below is the core syntax for CSS. The sections that follow describe |
112 | 112 | how to use it. <a href="grammar.html">Appendix G</a> describes a |
113 | 113 | 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>. |
114 | 118 | </p> |
115 | 119 | <pre> |
116 | 120 | stylesheet : [ CDO | CDC | S | statement ]*; |
|
0 commit comments