Re: [CSS2.1] Parsing Selectors with Brackets

Anne van Kesteren wrote:
> 
> 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; }'.

Which build are you testing? Opera 9.24 gives a blue background.

http://fantasai.inkedblade.net/style/tests/ad-hoc/syntax/matching-brackets-000.xht

~fantasai

Received on Wednesday, 26 December 2007 22:13:50 UTC