- From: Xidorn Quan <notifications@github.com>
- Date: Sun, 03 Mar 2019 02:02:17 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 3 March 2019 10:02:40 UTC
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