Skip to content

A fast CSS selector engine and matcher

Latest
Compare
Choose a tag to compare
@dperini dperini released this 04 Aug 15:09
· 12 commits to master since this release

This release has correction/fixes for the following behaviours:

  • fixed DOM walking to avoid using unsupported DOM methods on non 'Elements' nodes
  • improved DOM walking performances in JS only versions using the native traversal API