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

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?

-- 
Simon Sapin

Received on Sunday, 25 August 2013 20:09:24 UTC