Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 603 Bytes

File metadata and controls

32 lines (19 loc) · 603 Bytes
  • Added nth-child-last support

  • Fixed attribute selectors

  • You can pass a DOMDocument instance instead of HTML, in case you want to perform further operations on the DOM

  • fixed handling .class selectors where .a would match any class containing “a”

  • fixed handling textarea tag

  • Added comma support

  • Supress annoying libxml warnings

  • Fixed attributes

  • Added SelectorDom

  • Initial Release