Re: [webcomponents] Shadow DOM and the Fullscreen API (#180)

`Node.shadowRoot` will return null for closed shadow, but if you retain the reference from the return value of `attachShadow({mode: 'closed'})`, `theClosedShadowRoot.fullscreenElement` should be accessible.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/180#issuecomment-194672925

Received on Thursday, 10 March 2016 05:16:11 UTC