We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc8071 commit 193d456Copy full SHA for 193d456
1 file changed
css2/grammar.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
<html lang="en">
3
-<!-- $Id: grammar.src,v 2.65 2011-03-03 15:32:24 bbos Exp $ -->
+<!-- $Id: grammar.src,v 2.66 2011-03-03 20:55:14 bbos Exp $ -->
4
<HEAD>
5
<TITLE>Grammar of CSS 2.1</TITLE>
6
</HEAD>
@@ -313,8 +313,8 @@ the returned tokens, only the efficiency of the scanner):
313
@/-\\ return DELIM;
314
-/\\ return DELIM;
315
-/- return DELIM;
316
-\</! return DELIM;
317
-\</!- return DELIM;
+\</! return DELIM;
+\</!- return DELIM;
318
{num}{ident}/\\ return DIMENSION;
319
{num}/\\ return NUMBER;
320
{num}/- return NUMBER;
0 commit comments