:empty selector
notes
Mon Jan 4 06:32:27 UTC 2010 pix@kepibu.org
* :empty selector
--- old-Oh, Ducks!/notes 2015-09-25 09:58:42.000000000 +0000
+++ new-Oh, Ducks!/notes 2015-09-25 09:58:42.000000000 +0000
@@ -134,7 +134,7 @@
* [ ] selectors involving descendants
** write documentation
** improve selector support
-*** positional selectors [18/19]
+*** positional selectors [19/19]
* [X] :nth-child(an+b)
* [X] :nth-child(b)
* [X] :nth-child(odd|even)
@@ -153,7 +153,7 @@
* [X] :last-of-type
* [X] :only-child
* [X] :only-of-type
- * [ ] :empty
+ * [X] :empty
*** attribute selectors [0/7]
* [ ] attribute-present [att]
* [ ] attribute-equal [att=val]