Re: [whatwg/fullscreen] Ending fullscreen for popups (#116)

To answer questions:

Why not Safari's behavior? Because it relies on the way the Mac does fullscreen. When a Mac app goes fullscreen, it moves to its own space, apart from other windows. Other operating systems do not function in this way. Therefore, we can't align on that behavior because we can't have the spec relying on a platform-specific behavior.

Why not Firefox's behavior? It has the same security issue that Chrome has, with a popup overlaying the fullscreen page. In addition, it's inconsistent. A page cannot overlay a popup onto a fullscreen page by opening the popup, but if the page creates the popup and *then* focuses it, it can achieve that goal?

The Edge behavior wins by being consistent and simple.

-- 
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/116#issuecomment-360189997

Received on Wednesday, 24 January 2018 16:25:40 UTC