1
0
mirror of https://github.com/ericchiang/pup synced 2024-10-31 20:58:59 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
ericchiang
007f862673 cleaning house 2014-11-09 22:47:43 -05:00
ericchiang
d0ff822037 pup redone
Added:
* psuedo classes
   :empty
   :[first/last/only]-child
   :[first/last/only]-of-type
   :contains("text")
   :nth[-last]-child(n|odd|even|3n+1|n+2)
   :nth[-last]-of-type(n|odd|even|3n+2|n+2)
* json{} attr keys moved up a level
* quote enclosed attr selectors
* '+' and '>' intermediate selectors
2014-11-09 22:01:20 -05:00
ericchiang
8f8d21ab92 tests added 2014-09-14 22:20:05 -04:00