sparklemotion / nokogiri.org

Documentation site for Nokogiri (a ruby library)
https://nokogiri.org/
MIT License
45 stars 24 forks source link

List of CSS selectors? #43

Open sfcgeorge opened 9 years ago

sfcgeorge commented 9 years ago

I can't find anywhere a list of CSS selectors Nokogiri supports, and I think this every time I use it. I've seen the :contains(...) selector used, but that's not standard CSS3 so what other non-standard selectors are there?

flavorjones commented 8 years ago

Hi @sfcgeorge,

Thanks for asking this question, and we could be doing a much better job at documenting what additional pseudo-selectors are supported by Nokogiri.