Add *of-type selectors
notes
Mon Jan 4 06:32:07 UTC 2010 pix@kepibu.org
* Add *of-type selectors
--- old-Oh, Ducks!/notes 2015-10-28 12:54:16.000000000 +0000
+++ new-Oh, Ducks!/notes 2015-10-28 12:54:16.000000000 +0000
@@ -134,7 +134,7 @@
* [ ] selectors involving descendants
** write documentation
** improve selector support
-*** positional selectors [9/19]
+*** positional selectors [18/19]
* [X] :nth-child(an+b)
* [X] :nth-child(b)
* [X] :nth-child(odd|even)
@@ -143,16 +143,16 @@
* [X] :nth-last-child(odd|even)
* [X] :first-child
* [X] :last-child
- * [ ] :nth-of-type(an+b)
- * [ ] :nth-of-type(b)
- * [ ] :nth-of-type(odd|even)
- * [ ] :nth-last-of-type(an+b)
- * [ ] :nth-last-of-type(b)
- * [ ] :nth-last-of-type(odd|even)
- * [ ] :first-of-type
- * [ ] :last-of-type
+ * [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] :first-of-type
+ * [X] :last-of-type
* [X] :only-child
- * [ ] :only-of-type
+ * [X] :only-of-type
* [ ] :empty
*** attribute selectors [0/7]
* [ ] attribute-present [att]