Skip to content

Commit ebe76c2

Browse files
committed
Allow whitespace after the opening parenthesis.
1 parent 33b3a92 commit ebe76c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css3-conditional/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ <h2 id=at-supports><span class=secno>6. </span>Feature queries: the
568568
;
569569

570570
supports_condition_in_parens
571-
: ( '(' supports_condition ')' S* ) | supports_declaration_condition
571+
: ( '(' S* supports_condition ')' S* ) | supports_declaration_condition
572572
;
573573

574574
supports_negation

css3-conditional/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
381381
;
382382

383383
supports_condition_in_parens
384-
: ( '(' supports_condition ')' S* ) | supports_declaration_condition
384+
: ( '(' S* supports_condition ')' S* ) | supports_declaration_condition
385385
;
386386

387387
supports_negation

0 commit comments

Comments
 (0)