File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html lang="en">
3
- <!-- $Id: syndata.src,v 2.47 1998-03-24 13:01:14 bbos Exp $ -->
3
+ <!-- $Id: syndata.src,v 2.48 1998-03-24 14:49:55 bbos Exp $ -->
4
4
<HEAD>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -93,7 +93,7 @@ stylesheet : [ CDO | CDC | S | statement ]*;
93
93
statement : ruleset | at-rule;
94
94
at-rule : ATKEYWORD S* any* [ block | ';' S* ];
95
95
block : '{' S* [ any | block | ATKEYWORD S* | ';' ]* '}' S*;
96
- ruleset : selector '{' S* declaration? [ ';' S* declaration? ]* '}' S*;
96
+ ruleset : selector? '{' S* declaration? [ ';' S* declaration? ]* '}' S*;
97
97
selector : any+;
98
98
declaration : property ':' S* value;
99
99
property : IDENT S*;
You can’t perform that action at this time.
0 commit comments