Re: [whatwg/dom] A faster way to find open shadow roots (or shadow hosts) (#665)

I just wanted to add a maybe more concrete use case. Accessibility testing tools currently are having a pretty hard time testing within shadow DOM, because there is no way to work out where all the shadow roots are. [Axe-core](https://github.com/dequelabs/axe-core) (which I work on) was to a large extent rewritten, exactly because of this limitations. Other accessibility tools, such as HTML_Codesniffer have never supported shadow DOM, and are unlikely to do so without an efficient way to query the flat tree.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/665#issuecomment-927795159

Received on Monday, 27 September 2021 11:48:13 UTC