microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

Implement Shadow DOM support #340

Open spmonahan opened 8 months ago

spmonahan commented 8 months ago

Tabster relies on several DOM APIs like TreeWalker, Node.contains() and Node.parentElement that do not look into shadow roots. This prevents Tabster from working with custom elements that use the shadow DOM.

This issue is a parent for several issues to bring shadow DOM support to Tabster. Issues are roughly in priority with the highest being at the top.

spmonahan commented 8 months ago

Related: #341