File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: grammar.src,v 2.64 2010-10-25 14:24:40 bbos Exp $ -->
3+ <!-- $Id: grammar.src,v 2.65 2011-03-03 15:32:24 bbos Exp $ -->
44<HEAD>
55<TITLE>Grammar of CSS 2.1</TITLE>
66</HEAD>
@@ -208,7 +208,7 @@ Z z|\\0{0,4}(5a|7a)(\r\n|[ \t\r\n\f])?|\\z
208208"|=" {return DASHMATCH;}
209209
210210{string} {return STRING;}
211- {badstring} {return BAD_STRING) ;}
211+ {badstring} {return BAD_STRING;}
212212
213213{ident} {return IDENT;}
214214
@@ -243,7 +243,7 @@ Z z|\\0{0,4}(5a|7a)(\r\n|[ \t\r\n\f])?|\\z
243243
244244{U}{R}{L}"("{w}{string}{w}")" {return URI;}
245245{U}{R}{L}"("{w}{url}{w}")" {return URI;}
246- {baduri} {return BAD_URI) ;}
246+ {baduri} {return BAD_URI;}
247247
248248{ident}"(" {return FUNCTION;}
249249
You can’t perform that action at this time.
0 commit comments