microsoft / tabster

Web Application Keyboard Navigation Tools

Home Page:https://tabster.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

spmonahan opened this issue · comments

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.