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

So the problem is that the Fullscreen API expects global reasoning, whereas shadow trees would like more local reasoning. Hmm.

We would need to continue to dispatch to document, but also dispatching more locally is possible. Though if we go with shadow roots that would have to happen recursively as they nest? Probably from innermost to outermost?

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

Received on Friday, 9 December 2016 02:11:52 UTC