Re: [w3c/webcomponents] [WebDriver] Testability of web components (#771)

> @diervo So are all your shadow DOMs open.

@jgraham, they could be open or closed, depending on some other boundaries (e.g.: is the child and parent from the same developer, or not). But that is irrelevant because we could bypass that by patching the `attachShadow()` mechanism to always store a reference of the shadowRoot somewhere, e.g..: `elm.__nakedShadow__`, so our `expandShadow` mechanism can use that instead of just `elm.shadowRoot` which is dictated by the `mode` configuration.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/771#issuecomment-439933484

Received on Monday, 19 November 2018 15:33:04 UTC