gawel / pyquery

A jquery-like library for python
http://pyquery.rtfd.org/
Other
2.29k stars 182 forks source link

Follow WHATWG spec when selecting :disabled and :enabled #189

Closed whybin closed 6 years ago

whybin commented 6 years ago

The jQuery library selects :disabled and :enabled pseudo-classes according to the WHATWG spec.

This PR uses a somewhat convoluted XPath condition to conform to spec. It may presumably be improved upon. Additional tests added pass.

whybin commented 6 years ago

The build for this PR only fails for Python 3.3 with an error message identical to #190 (issue with tox). All other versions pass.