Re: CSS Selectors test 146a/b

On Wed, 29 Jun 2005, Allan Sandfeld Jensen wrote:
> 
> I was debugging these tests to figure out why they failed in Konqueror 
> when I discovered they used :nth-child(3n-1). According to CSS Selectors 
> the b value cannot be negative, so it should be corrected to 
> :nth-child(3n+2).

Why can't b be negative?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 2 July 2005 14:58:46 UTC