{ "description": "Selectors - NEGATED :nth-child() pseudo-class (css3-modsel-73b)", "selectors": { ".green": "css3-modsel-73b.expected0.html", "ul > li:not(:nth-child(odd))": "css3-modsel-73b.expected1.html", "ol > li:not(:nth-child(even))": "css3-modsel-73b.expected2.html", "table.t1 tr:not(:nth-child(-n+4))": "css3-modsel-73b.expected3.html", "table.t2 td:not(:nth-child(3n+1))": "css3-modsel-73b.expected4.html", "table.t1 td, table.t2 td": "css3-modsel-73b.expected5.html" }, "src": "css3-modsel-73b.src.html" }