servo-php / fluidxml

FluidXML, the PHP library for manipulating XML with a concise and fluent API.
BSD 2-Clause "Simplified" License
458 stars 45 forks source link

Any namespace CSS selector #24

Closed alepeino closed 7 years ago

alepeino commented 7 years ago

I refactored most of the CssTranslator tests (added the size() assertion because I found some of the queries as written were not matching anything, so ->array() returned empty).

Then I added support for a namespace wildcard with CSS style queries.

(Good job on the library by the way! I've been using it recently, and I found myself needing this feature.)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 99.815% when pulling 5028c042bb8e342047acd9a0dc83e59c010080da on alepeino:any-ns-css-selector into d5cadee48731c3d3f4f770572b2eca61d26a01a9 on servo-php:master.

daniele-orlando commented 7 years ago

Again, a huge thanks for this very well done PR!