Open
Description
Thank you for writing this library! It's great to see a battle-tested solution for computing accessible names and descriptions. 🙂
I noticed, though, that when text is inside of the shadow DOM, it appears that computeAccessibleName
ignores this text. Here is a CodePen to demonstrate.
Note that the Chrome Accessibility DevTools show the text inside of the shadow root as well as the text outside of the shadow root, since the browser uses both to compute the accessible name:
In the case of open shadow roots (the most common kind), it should be possible to traverse shadow boundaries and collect the text inside of shadow roots.