Re: [CSS 2.1] General at-blocks and error recovery

On Sun, 27 Jan 2008 05:20:56 +0100, Justin Rogers <justrog@microsoft.com>  
wrote:
> @1;
> DIV { color: green; }

In this case @1; is simply part of the (bogus) Selector,  as if it had  
read "@1; DIV { color:green }". And bogus selectors along with their  
declaration block get dropped.

What Safari does is just a bug.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Sunday, 27 January 2008 12:23:56 UTC