Skip to content

Commit e51364e

Browse files
committed
[css2] Removed atkeyword
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401832
1 parent 9469aa2 commit e51364e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css2/grammar.src

Lines changed: 1 addition & 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: grammar.src,v 2.20 1999-11-02 18:46:17 ijacobs Exp $ -->
3+
<!-- $Id: grammar.src,v 2.21 2000-08-08 17:48:07 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix D: The grammar of CSS2</TITLE>
@@ -190,7 +190,6 @@ range \?{1,6}|{h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
190190
"@media" {return MEDIA_SYM;}
191191
"@font-face" {return FONT_FACE_SYM;}
192192
"@charset" {return CHARSET_SYM;}
193-
"@"{ident} {return ATKEYWORD;}
194193

195194
"!{w}important" {return IMPORTANT_SYM;}
196195

0 commit comments

Comments
 (0)