b-fuze / deno-dom

Browser DOM & HTML parser in Deno
https://jsr.io/@b-fuze/deno-dom
MIT License
423 stars 47 forks source link

Support namespaces for CSS selector #140

Open wrnrlr opened 1 year ago

wrnrlr commented 1 year ago

CSS has support for namespace like <name:space> with the bar operator like this name|space [1] [2]. This should be useful on the path to fully support SVG #81 .