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

Would this resolve itself if we dispatch the fullscreenchange event on the element which requested fullscreen, and have that bubble up through shadow trees? This is how webkitfullscreenchange works. There's some not-beautiful stuff that deals with the element being removed or moving between documents, but it's not so ugly it couldn't be spec'd and tested I think.

-- 
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-279675756

Received on Tuesday, 14 February 2017 10:56:48 UTC