Mon Jan 4 06:36:34 UTC 2010 pix@kepibu.org * Don't count an+b|b|odd|even as separate items diff -rN -u old-Oh, Ducks!/notes new-Oh, Ducks!/notes --- old-Oh, Ducks!/notes 2015-11-11 00:17:51.000000000 +0000 +++ new-Oh, Ducks!/notes 2015-11-11 00:17:51.000000000 +0000 @@ -134,21 +134,13 @@ * [ ] selectors involving descendants ** write documentation ** improve selector support -*** positional selectors [19/19] - * [X] :nth-child(an+b) - * [X] :nth-child(b) - * [X] :nth-child(odd|even) - * [X] :nth-last-child(an+b) - * [X] :nth-last-child(b) - * [X] :nth-last-child(odd|even) +*** positional selectors [11/11] + * [X] :nth-child + * [X] :nth-last-child * [X] :first-child * [X] :last-child - * [X] :nth-of-type(an+b) - * [X] :nth-of-type(b) - * [X] :nth-of-type(odd|even) - * [X] :nth-last-of-type(an+b) - * [X] :nth-last-of-type(b) - * [X] :nth-last-of-type(odd|even) + * [X] :nth-of-type + * [X] :nth-last-of-type * [X] :first-of-type * [X] :last-of-type * [X] :only-child