Skip to content

Multiple CSS selectors, comma separated

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 10 Jun 15:07
· 78 commits to master since this release

Part of the CSS specification is the ability to match multiple selectors as one, separated by a comma. This has now been implemented in this repository by splitting the input string on a comma and converting to multiple XPath queries that are chainable.

Amongst this feature, unit tests and continuous integration platforms have been upgraded to the latest versions, and unit tests have been hardened.