Re: [whatwg/fullscreen] Drop the iframe ancestor check? (#45)

You can always do `iframe.appendChild(element); element.requestFullscreen()`. Crazy, but I think avoiding a tab-wide set of fullscreen elements that don't form a simple ancestor-descendant chain was the original reason for this.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/45#issuecomment-232367108

Received on Wednesday, 13 July 2016 14:12:01 UTC