On Thu, Sep 15, 2011 at 10:27 AM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 9/15/11 9:40 AM, Dimitri Glazkov wrote: >> @global seems cool. > > Seems like it needs CSS core grammar changes to be usable with @media and > the like, right?
No, there's no core grammar changes to be made - the core grammar already allows @ rules to be nested. It does require changes to the @media grammar specifically, but that needs to be done for lots of reasons anyway. ~TJ
