Re: [whatwg/fullscreen] Allow fullscreen on initial load of a page (#36)

> It could be equivlant to requesting fullscreen on the `body` element of the new page, so it doesn't have to be a new primitive.

It couldn't. When a new window opens, it synchronously opens an `about:blank`, then navigates to the url specified if any. No element presents when the window is opened would survive after the navigation.

-- 
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/36#issuecomment-267474171

Received on Thursday, 15 December 2016 23:24:20 UTC