worker-dom icon indicating copy to clipboard operation
worker-dom copied to clipboard

Improve support for complex selectors in `document.querySelector[All]()`

Open danielrozenberg opened this issue 5 years ago • 1 comments

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.class2 and selector1, selector2 workaround
  • .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 :)

danielrozenberg avatar Jan 17 '20 22:01 danielrozenberg

Love the visualization! Thanks for filling an issue.

kristoferbaxter avatar Jan 17 '20 22:01 kristoferbaxter