Re: [whatwg/fullscreen] MDN Cross-Reference Docs Clarification on fullscreenchange (#148)

Yes, there should be only one `fullscreenchange` event for entering and exiting fullscreen each time. The even is dispatched to the target element (and bubble all the way up to the window) by default. There is one exception that, when exiting fullscreen, if the element has been disconnected from the document, the event would be fired to the document. But either case, there is only one event.

I guess we can close this issue now?

-- 
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/148#issuecomment-469007188

Received on Sunday, 3 March 2019 10:02:40 UTC