microsoft / tabster

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

Shadow DOM: implement `TreeWalker` that can walk shadow roots #338

Open spmonahan opened 8 months ago

spmonahan commented 8 months ago

TreeWalker does not walk into shadow roots. The link below implements a "ShadowDomTreeWalker" to handle this behavior.

This is implemented

We need to validate it with tests and decide how to best integrate it into Tabster.