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

Thanks for update! I think `<a fullscreen>` could also fulfill our use case. 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.

However, I think this solution has a drawback: if the new page doesn't require fullscreen by chance, the result can be awkward. E.g. the presentation was removed, so the user get a fullscreen'ed 404 page; or the author decided to replace the presentation with a normal airticle later on.

-- 
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-267343207

Received on Thursday, 15 December 2016 14:40:53 UTC