Closed
Description
In recent testing of the gamepad navigator with a page from the FLOE project, I discovered a range of unreachable elements:
- Elements in "closed" shadow roots (such as video elements).
- Elements in iframes (such as UIO on that page).
I was able to special-case video elements (see #132), but we still don't have an approach for closed shadow roots or <iframe>
elements.
Given the CORS concerns and sandboxing in modern browsers, I'm not sure we're going to be able to address the concerns with <iframe>
elements.
Pretty sure we won't be able to work with a "closed" shadow root either.