egonSchiele / HandsomeSoup

Easy HTML parsing for Haskell
http://egonschiele.github.com/HandsomeSoup
BSD 3-Clause "New" or "Revised" License
124 stars 20 forks source link

CSS Selectors fail with first-child pseudo selectors #13

Open ts-smith opened 11 years ago

ts-smith commented 11 years ago

css "p:first-child" works, but doing css "body p:first-child" seems to ignore the first:child selector.

egonSchiele commented 10 years ago

Sorry it's taking me a while to get to this...but I'll work on it!