Skip to content

Commit a07b260

Browse files
committed
[css2] Removed DELIM from grammar production for "declaration" as per CR issue 2
http://csswg.inkedblade.net/spec/css2.1#issue-2 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402789
1 parent d3f090c commit a07b260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.150 2007-07-16 23:47:44 fantasai Exp $ -->
3+
<!-- $Id: syndata.src,v 2.151 2007-09-13 04:25:12 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -126,7 +126,7 @@ at-rule : ATKEYWORD S* any* [ block | ';' S* ];
126126
block : '{' S* [ any | block | ATKEYWORD S* | ';' S* ]* '}' S*;
127127
ruleset : selector? '{' S* declaration? [ ';' S* declaration? ]* '}' S*;
128128
selector : any+;
129-
declaration : DELIM? property S* ':' S* value;
129+
declaration : property S* ':' S* value;
130130
property : IDENT;
131131
value : [ any | block | ATKEYWORD S* ]+;
132132
any : [ IDENT | NUMBER | PERCENTAGE | DIMENSION | STRING

0 commit comments

Comments
 (0)