- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 07 Mar 2018 06:25:23 +0000 (UTC)
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 March 2018 06:25:50 UTC
This proposal has rough implementer agreement: * `fullscreenchange` should dispatch on the element that goes fullscreen and have bubbles and composed set to true. That way it's still compatible with `Document`. * We should move `onfullscreenchange` to the `GlobalEventHandlers` mixin (using a partial mixin I suppose). * `fullscreenerror` and `onfullscreenerror` remain as-is, which is a little awkward. This will help when there are a lot of shadow roots that each need to observe when the document goes fullscreen. Rather than having a single target with loads of listener that all need to run each time, we'd end up with lots of targets with few listeners. Background: https://github.com/w3c/webcomponents/issues/614. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fullscreen/issues/122
Received on Wednesday, 7 March 2018 06:25:50 UTC