Skip to content

Commit 08e1c80

Browse files
committed
[css2] DELIM does not include signgle or double quote
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401836
1 parent a72e42c commit 08e1c80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 2 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: syndata.src,v 2.65 1999-11-04 16:35:44 ijacobs Exp $ -->
3+
<!-- $Id: syndata.src,v 2.66 2000-08-08 18:24:52 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -63,7 +63,7 @@ Lex, in case of multiple matches, the longest match determines the token.
6363
<TR><TD>INCLUDES <TD><code>~=</code>
6464
<TR><TD>DASHMATCH <TD><code>|=</code>
6565
<TR><TD>DELIM <TD><var>any other character not matched by
66-
the above rules</var>
66+
the above rules, and not a single or double quote</var>
6767
</TABLE>
6868

6969
<P>The macros in curly braces ({}) above are defined as follows:

0 commit comments

Comments
 (0)