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: 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* ];
126126block : '{' S* [ any | block | ATKEYWORD S* | ';' S* ]* '}' S*;
127127ruleset : selector? '{' S* declaration? [ ';' S* declaration? ]* '}' S*;
128128selector : any+;
129- declaration : DELIM? property S* ':' S* value;
129+ declaration : property S* ':' S* value;
130130property : IDENT;
131131value : [ any | block | ATKEYWORD S* ]+;
132132any : [ IDENT | NUMBER | PERCENTAGE | DIMENSION | STRING
You can’t perform that action at this time.
0 commit comments