Skip to content

Commit 40b7a93

Browse files
committed
[css2] ':' was used as a token but not listed in the table of tokens.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402958
1 parent 2862893 commit 40b7a93

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/syndata.src

Lines changed: 3 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.171 2009-08-06 21:05:30 dbaron Exp $ -->
3+
<!-- $Id: syndata.src,v 2.172 2009-08-31 17:33:46 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -68,6 +68,7 @@ Lex, in case of multiple matches, the longest match determines the token.
6868
<tr><td>UNICODE-RANGE </td><td><code>u\+[0-9a-f?]{1,6}(-[0-9a-f]{1,6})?</code></td></tr>
6969
<tr><td>CDO </td><td><code>&lt;!--</code></td></tr>
7070
<tr><td>CDC </td><td><code>--&gt;</code></td></tr>
71+
<tr><td>: </td><td><code>:</code></td></tr>
7172
<tr><td>; </td><td><code>;</code></td></tr>
7273
<tr><td>{ </td><td><code>\{</code></td></tr>
7374
<tr><td>} </td><td><code>\}</code></td></tr>
@@ -129,7 +130,7 @@ property : IDENT;
129130
value : [ any | block | ATKEYWORD S* ]+;
130131
any : [ IDENT | NUMBER | PERCENTAGE | DIMENSION | STRING
131132
| DELIM | URI | HASH | UNICODE-RANGE | INCLUDES
132-
| DASHMATCH | FUNCTION S* any* ')'
133+
| DASHMATCH | ':' | FUNCTION S* any* ')'
133134
| '(' S* any* ')' | '[' S* any* ']' ] S*;
134135
</pre>
135136

0 commit comments

Comments
 (0)