Re: [css-variables][css-conditional] variable declarations and references in @supports conditions

On Sun, Aug 25, 2013 at 1:08 PM, Simon Sapin <simon.sapin@exyr.org> wrote:
> Le 25/08/2013 08:01, Cameron McCormack a écrit :
>
>>     @supports (var-a: abc;)               { ... fails ... }
>
> This one should be the same as
>
>   @supports (color: green;)
>
> What do we want these to do?

Yes, it is - note the equivalent statement without the semicolon in
the "passes" section of his email.

Per the Conditional spec's grammar, having a semicolon at the end is invalid.

~TJ

Received on Sunday, 25 August 2013 20:36:51 UTC