- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 08 Dec 2016 18:05:39 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 9 December 2016 02:06:13 UTC
I had the same reaction originally, as @annevk. Okay, so assuming we have a YouTube search app that shows 100 thumbnails, and each can go fullscreen. Each component wants to listen to `fullscreenchange` event, but currently if one goes fullscreen, all 100 components are notified, which is quite wasteful. I think option 1 works, but also would like to hear from @foolip the original design decision why we get an event on document. -- 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-265913445
Received on Friday, 9 December 2016 02:06:13 UTC