Re: [whatwg/fullscreen] Fire events at elements by default, falling back to documents (#90)

> @cpearce, do you have any additional insights here?

I think it's as @rocallahan mentions; we exit fullscreen when the fullscreen element is removed from the document, and if the target for fullscreenchange is the fullscreen element then the event can't bubble, so you need to special case (as I see you have in your PR).


-- 
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/pull/90#issuecomment-303595027

Received on Wednesday, 24 May 2017 01:48:44 UTC