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
Anchor selection works using a DOM tree traversal. This won't work with Shadow DOM as shadow trees are unreachable using the standard parent/child relationships.
Anchor selection works using a DOM tree traversal. This won't work with Shadow DOM as shadow trees are unreachable using the standard parent/child relationships.
I believe we should update the language to use the flattened element tree concept.
The text was updated successfully, but these errors were encountered: