Re: [whatwg/fullscreen] Fire events at elements by default, falling back to documents (#90)

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