Re: [w3c/webcomponents] fullscreenchange should be dispatched on each ancestor shadow root (#614)

> if the element is removed from the document, we need to find something to dispatch the event on... and also if we change the document state synchronously but dispatch event asynchronously (as proposed in whatwg/fullscreen#74), the document tree may be mutated just before the event dispatch as well.

This is why I said `fullscreenerror` probably doesn't work well if it's dispatched on the fullscreen'ed element.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/614#issuecomment-279837416

Received on Tuesday, 14 February 2017 21:13:29 UTC