CSS Selectors test 146a/b

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).

Received on Tuesday, 28 June 2005 22:10:58 UTC