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

Document somewhere the CSS selectors that are supported #16

Closed dlee closed 10 years ago

dlee commented 10 years ago

I wanted to see if HandsomeSoup supports the not() CSS selector, but I couldn't find an exhaustive list of CSS selectors that are supported.

It would be helpful if the list in the README was expanded to include all supported CSS selectors.

egonSchiele commented 10 years ago

Here you go. HandsomeSoup doesn't have not, but feel free to send over a pull request!