Re: [whatwg/fullscreen] Remove from top layer synchronously for not connected elements (#128)

There are still some funny edge cases with this approach especially regarding nested fullscreen.

For example, if the removed fullscreen element is an `<iframe>` element, its content would keep being in fullscreen state (it's not clear whether other approach can solve this natively but it might be something we can keep in mind?).

Also, if the document is a sub-document, and the `<iframe>` of its browsing context doesn't have iframe fullscreen flag set, the `<iframe>` should also exit fullscreen when the document gets unfullscreened.

-- 
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/pull/128#issuecomment-391208774

Received on Wednesday, 23 May 2018 03:27:25 UTC