Re: [csswg-drafts] [mediaqueries][css-conditional] else

> Exactly the same number of parens

Am I the only who sees a couple of extra parens in the first line 
compared with the second one?

    @if media((width >= 400px) and (pointer: fine)) {}
    @media (width >= 400px) and (pointer: fine) {}

> They try to write `@else (float: left) {...}`, but it fails for no 
obvious reason

For `@else`, an exact explicit function like `media()` or `supports()`
 could probably be mandatory. The `@when`-or-`@if` issue would 
probably still be ruled out anyway.

-- 
GitHub Notification of comment by Marat-Tanalin
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/112#issuecomment-222229268 
using your GitHub account

Received on Friday, 27 May 2016 19:07:26 UTC