Re: [whatwg/fullscreen] Dispatch fullscreenchange on the fullscreen element (#122)

> does that last change sound good to you?

Yeah, that sounds good.

> I think the main weird thing with `fullscreenerror` is that when you remove the element it wouldn't end up on document, but maybe that's okay.

Hmmm... do we reset node document of element when removing it? I cannot find any place in steps to remove. But I do find that we change the node document before invoking removing steps when moving element, which means the event would be dispatched to the target document... which doesn't sound great.

-- 
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/122#issuecomment-372102382

Received on Sunday, 11 March 2018 09:47:45 UTC