csswg/css3-conditional Overview.html,1.44,1.45 Overview.src.html,1.44,1.45

Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv20604

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Allow whitespace after the opening parenthesis.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.html	25 Nov 2011 00:17:53 -0000	1.44
+++ Overview.html	25 Nov 2011 00:18:22 -0000	1.45
@@ -568,7 +568,7 @@
   ;
 
 supports_condition_in_parens
-  : ( '(' supports_condition ')' S* ) | supports_declaration_condition
+  : ( '(' S* supports_condition ')' S* ) | supports_declaration_condition
   ;
 
 supports_negation

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.src.html	25 Nov 2011 00:17:53 -0000	1.44
+++ Overview.src.html	25 Nov 2011 00:18:22 -0000	1.45
@@ -381,7 +381,7 @@
   ;
 
 supports_condition_in_parens
-  : ( '(' supports_condition ')' S* ) | supports_declaration_condition
+  : ( '(' S* supports_condition ')' S* ) | supports_declaration_condition
   ;
 
 supports_negation

Received on Friday, 25 November 2011 00:18:29 UTC