Re: [CSSWG] Minutes and Resolutions 2010-12-01

On 12/2/10 10:43 AM, Øyvind Stenhaug wrote:
> I'm not familiar with how "while observing the rules for matching pairs
> of (), []," is supposed to be interpreted, but...

I think it's meant to be literal.  See section 4.1.6.

> (Gecko passes if one of the [ characters are removed)

I believe this is a bug in Gecko, caused by the fact that a leading '[' 
looks like the start of an attribute selector and Gecko not skipping to 
the matching ']' when it discovers that it's not looking at an attribute 
selector after all.  If you only have one '[' but precede it with '<!', 
Gecko will correctly skip to the matching ']'.

Another test we should add to the test suite, imo.

-Boris

Received on Thursday, 2 December 2010 15:56:31 UTC