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

On Jan 26, 2008, at 8:20 PM, Justin Rogers wrote:

> @1;
> DIV { color: green; }
>
> Then you would expect the DIV rule to get thrown out. However, if  
> you treat @1 like an actual at rule, then you could technically  
> start your reparse at the semi-colon. Browsers again disagree with  
> FireFox/Opera eating the entire declaration while Safari is  
> perfectly happy going into at rule error recovery instead. Here is  
> a full sample:
>

It looks to me as though Opera (9.25 on Mac OS X) is also applying  
the rule. 

Received on Sunday, 27 January 2008 20:18:28 UTC