worker-dom
worker-dom copied to clipboard
Improve support for complex selectors in `document.querySelector[All]()`
Following up on https://github.com/ampproject/worker-dom/issues/111, I had legitimate use cases for the following unsupported selectors in a recent PR:
.class1.class2andselector1, selector2workaround.class[data=value](and.class[data1=value1][data2=value2]workaround
(I also initially tried to use .class element but changes to code removed the need for it)
None of these are un-workaround-able of course :)
Love the visualization! Thanks for filling an issue.