What steps will reproduce the problem?
1. Create a table with thead and tbody sections (index.html);
2. Define nth-child odd and even background colors for rows inside
tbody(index.css);
What is the expected output? What do you see instead?
The odd rows, inside tbody's section, should be darker. It seems that in IE
it starts counting from the first table row instead of the first row inside
tbody's section. In Chrome, FireFox and Safari works as expected.
What version of the product are you using? On what operating system?
Windows XP SP3. Browsers:
Chrome v3.0.195.25;
FireFox v3.5.3;
Internet Explorer vi6.0.2900.5512.xpsp_sp3_gdr.090206-1234;
Safari v3.2.2(525.28.1);
Please provide any additional information below.
Original issue reported on code.google.com by andre.r....@gmail.com on 6 Oct 2009 at 2:36
Original issue reported on code.google.com by
andre.r....@gmail.com
on 6 Oct 2009 at 2:36Attachments: