Re: [whatwg/fullscreen] Removing the fullscreen element won't fire a fullscreenchange event (#105)

> Step 9 can't simply be removed, it's there to make sure that if you call `exitFullscreen()` twice, only one fullscreenchange event is fired.

Actually, it's not a given that there'd be any compat problem with doing that. Double calls to `exitFullscreen()` already end up being a bit weird (exits one level per call) so maybe it's fine if this is also weird.

-- 
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/105#issuecomment-333117341

Received on Friday, 29 September 2017 12:49:59 UTC