Re: nth-child bug in validator

The examples here [1] suggest that (2) is not a valid parameter.

[1] https://www.w3.org/wiki/CSS/Selectors/pseudo-classes/:nth-child
--------
Russ Puskarcik wrote:
> Unknown pseudo-element or pseudo-class :nth-child
>
> pointing to the following:
>
> .codetable td:nth-child(2){
>
>     width: 50px;
>
>     color: blue;
>
>     }
>
-- 

Philip Taylor

Received on Wednesday, 6 July 2016 06:24:12 UTC