Re: [CSS2.1] Parsing Selectors with Brackets

On Wed, 26 Dec 2007 06:38:11 +0100, fantasai  
<fantasai.lists@inkedblade.net> wrote:
> The core grammar says what's correct. It doesn't say how to do error
> recovery. The question is, how is this parsed:
>
>   p { color: orange; }
>   p ( { color: red; } p { background: blue; } )
>
> Is the paragraph orange or blue?

Didn't Björn answer that? I tested that in Opera, Firefox, and IE and the  
second line got dropped in all of them leaving 'p { color: orange; }'.


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

Received on Wednesday, 26 December 2007 08:34:03 UTC