You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Tabster relies on several DOM APIs like
TreeWalker
,Node.contains()
andNode.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.
TreeWalker
that can walk shadow roots #338Node.contains()
function to support shadow roots and slots #337activeElement
in shadow roots #336The text was updated successfully, but these errors were encountered: