- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 08 Dec 2016 17:49:53 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 9 December 2016 01:50:26 UTC
@annevk : It would mean that if you had 100 shadow trees, you may end up with 100 event listeners on document coming from each shadow tree to if one of the shadow tree’s element got fullscreen’ed or not. It would be much cleaner if each shadow root had its own event listener which listens to `fullscreenchange` event that happens in its own shadow tree. -- 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-265910790
Received on Friday, 9 December 2016 01:50:26 UTC