Add support for [attr!="value"] selector (attribute not equal)
authorJakub Narebski <jnareb@gmail.com>
Sun, 9 Jan 2011 13:09:20 +0000 (14:09 +0100)
committerJakub Narebski <jnareb@gmail.com>
Sun, 9 Jan 2011 13:09:20 +0000 (14:09 +0100)
commit24725e7b32b680b376c06b1f9d641ec11fc1d067
tree5d1ebb7ca5aacebaf9ebcec800d3c99dfe348af5
parent8c9ef555e2320515b20ac191100c9b13fc0863ee
Add support for [attr!="value"] selector (attribute not equal)

http://api.jquery.com/attribute-not-equal-selector/

  Description: Select elements that either don't have the specified
  attribute, or do have the specified attribute but not with a certain
  value.

  This selector is equivalent to :not([attr="value"]).
lib/HTML/Zoom/SelectorParser.pm
t/selectors.t