BSD-3-Clause licensed and maintained by Marios Titas <rednebΑΤgmxDΟΤcom>
This version can be pinned in stack with:hxt-css-0.1.0.2@sha256:c802a27bf4798059df187841604e5d22fde301e5db562d349c0e323b7bf79452,1636

Module documentation for 0.1.0.2

Depends on 4 packages(full list with versions):

This package makes it possible to easily traverse (X)HTML/XML documents using CSS selectors. It supports all CSS level 3 selectors except the ones that do not make sense outside a web browser (e.g. such as :hover or ::first-letter). Also, there is no support for namespaced selectors.

Changes

0.1.0.2 2016-03-31

  • Fix parsing of string literals in attribute selectors.