- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 22 May 2017 04:43:24 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 May 2017 11:43:59 UTC
This and the tests are ready for review. I was going to add `onfullscreenchange` and `onfullscreenerror` to `GlobalEventHandlers`, but that doesn't add them to `ShadowRoot`. Other such cases in HTML also have [event handler content attribute](https://html.spec.whatwg.org/multipage/webappapis.html#event-handler-content-attributes), but `requestFullscreen()` isn't limited to HTML elements. I went with only adding them to `Element`, which matches the webkit-prefixed ones. -- 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/pull/90#issuecomment-303076682
Received on Monday, 22 May 2017 11:43:59 UTC