- Add a failing test for meta chars in selectors
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / SelectorParser.pm
2011-05-11 Florian Ragwitz - Add a failing test for meta chars in selectors
2011-02-14 Matt S Trout add strictures commit (out of order)
2011-01-24 Jakub Narebski Improve [attr~="value"] selector (attribute contains...
2011-01-09 Jakub Narebski Add support for [attr|="value"] selector (prefix selector)
2011-01-09 Jakub Narebski Add support for [attr!="value"] selector (attribute...
2011-01-09 Jakub Narebski Add support for [attr~="value"] selector (attribute...
2010-10-13 Joe Higton Catch unmatched "[" in selector parser with a helpful...
2010-05-28 Matt S Trout clean up and fix selector parser code to match improved...
2010-05-27 Joe Higton Improved selector parsing.
2010-05-27 Arthur Axel 'fREW... Make more tests pass
2010-05-27 Arthur Axel 'fREW... Refactor for cleaner do blocks
2010-05-27 Arthur Axel 'fREW... E[attr*="foo"]
2010-05-27 Arthur Axel 'fREW... E[attr$="foo"]
2010-05-27 Arthur Axel 'fREW... E[attr] and E[attr^="foo"]
2010-05-27 Arthur Axel 'fREW... E[attr~="foo"]
2010-05-27 Arthur Axel 'fREW... E[attr="foo"]
2010-05-27 Arthur Axel 'fREW... E#id
2010-05-27 Arthur Axel 'fREW... E.class
2010-02-20 Matt S Trout refactor slightly and clean up selector code a bit
2010-02-03 Matt S Trout basic stuff working