Skip to content

Commit 4577e1d

Browse files
committed
[css2] Removed !override
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401111
1 parent a74ba2c commit 4577e1d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css2/grammar.src

Lines changed: 1 addition & 3 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.8 1998-02-23 23:05:17 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.9 1998-03-09 16:25:56 bbos 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>
@@ -114,7 +114,6 @@ declaration
114114
;
115115
prio
116116
: IMPORTANT_SYM S*
117-
| OVERRIDE_SYM S*
118117
;
119118
expr
120119
: term [ operator term ]*
@@ -197,7 +196,6 @@ range {h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
197196
"@"{ident} {return ATKEYWORD;}
198197

199198
"!{w}important" {return IMPORTANT_SYM;}
200-
"!{w}override" {return OVERRIDE_SYM;}
201199

202200
{num}em {return EMS;}
203201
{num}ex {return EXS;}

0 commit comments

Comments
 (0)