Skip to content

Commit 28588f2

Browse files
committed
[css2] Added {w} between ! and important (as it was in CSS1).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401078
1 parent dcef922 commit 28588f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/grammar.src

Lines changed: 3 additions & 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.7 1998-02-20 22:25:14 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.8 1998-02-23 23:05:17 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>
@@ -196,8 +196,8 @@ range {h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
196196
"@font-face" {return FONT_FACE_SYM;}
197197
"@"{ident} {return ATKEYWORD;}
198198

199-
"!important" {return IMPORTANT_SYM;}
200-
"!override" {return OVERRIDE_SYM;}
199+
"!{w}important" {return IMPORTANT_SYM;}
200+
"!{w}override" {return OVERRIDE_SYM;}
201201

202202
{num}em {return EMS;}
203203
{num}ex {return EXS;}

0 commit comments

Comments
 (0)