Changes for version 0.04 - 2010-10-12
- Add support for Universal Selector, explicitely differentiating the behaviour from the grandchild descendant selector (which is also a "*")
- Add code to explicitely dedupe some edge cases
- Add code to support flag for error suppression, add method to get error if you need it
- Rework selector parser to support complex tag stacking (exa span.class#id.class2#id2[attr])
- Add more tests for granchild descendant selector
- Add tests for universal selector
- Add tests for combinators without spaces (div>em)
- Add tests for complex tag stacking
Modules
jQuery-like selection queries for HTML::Element