Catch unmatched "[" in selector parser with a helpful error
[catagits/HTML-Zoom.git] / lib / HTML / Zoom / SelectorParser.pm
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