Skip to content

A fast CSS selector engine and matcher

Compare
Choose a tag to compare
@dperini dperini released this 23 Jul 13:55
· 15 commits to master since this release

This release has correction/fixes for the following behaviours:

  • always use case sensitive match for class attributes selectors to mimic browsers behaviour
  • removed attribute mapping (XHTML_TABLE) used for case sensitive match in XML documents
  • always use case sensitive match for class attributes selectors in XML documents

specifications amended due to bug submitted by @Zirro whatwg/html@97ca4ed