Add :nth-child selector
notes
Mon Nov 30 04:09:10 UTC 2009 pix@kepibu.org
* Add :nth-child selector
--- old-Oh, Ducks!/notes 2015-11-24 11:07:21.000000000 +0000
+++ new-Oh, Ducks!/notes 2015-11-24 11:07:21.000000000 +0000
@@ -115,9 +115,9 @@
* [ ] selectors involving descendants
** write documentation
** improve selector support
-*** positional selectors [2/12]
+*** positional selectors [3/12]
* [X] :nth-child(n)
- * [ ] :nth-child(xn+y)
+ * [X] :nth-child(xn+y)
* [ ] :nth-last-child
* [X] :first-child
* [ ] :last-child