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

A few different ideas:
- Save the result of "collecting documents to unfullscreen" from the synchronous part of https://fullscreen.spec.whatwg.org/#exit-fullscreen and fire events there, and fire events at those documents, even if they don't have a fullscreen element later.
- Just drop step 9, and adjust everything that follows to handle the fullscreen element being null, and then just firing on the document instead.

Any others?

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

Received on Friday, 29 September 2017 18:33:32 UTC