Skip to content

A fast CSS selector engine and matcher

Compare
Choose a tag to compare
@dperini dperini released this 01 Jan 23:56
· 75 commits to master since this release

This release has correction/improvements for the following behaviours:

  • do not cache :target resolution, determine dynamically
  • correct testing for attribute presence in combined selectors
  • incorrect results in :nth-last-child(-n+X) and :nth-last-of-type(-n+X)
  • the configure() method can now return the current engine configuration