garretus / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Missing pseudo classes #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Those are:
* :even
* :odd
* and all form specific

Original issue reported on code.google.com by tobiasz....@gmail.com on 15 Aug 2007 at 10:32

GoogleCodeExporter commented 8 years ago
:header
:last-child
:first-child
:nth-child(index/even/odd/equation)
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
:button
:file
:hidden

Original comment by tobiasz....@gmail.com on 21 Sep 2008 at 9:23

GoogleCodeExporter commented 8 years ago
Fixed in r64, test cases added.

Original comment by tobiasz....@gmail.com on 21 Sep 2008 at 11:20

GoogleCodeExporter commented 8 years ago
:only-child also belongs to this group.

Original comment by tobiasz....@gmail.com on 22 Sep 2008 at 9:27