[w3c/push-api] Need to define where the EventHandler type comes from (#233)

We refer to the EventHandler type in [the Events section](https://w3c.github.io/push-api/#events), which is defined in HTML.

Currently we depend on HTML 5.1 for such definitions, however, it does not export the `EventHandler` type. Instead, it links through to the WHATWG version of the specification, despite defining what it means.

https://www.w3.org/TR/html51/webappapis.html#dom-eventhandlernonnull-event

Is this an oversight? Should we depend on the WHATWG version directly for this type?

-- 
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/push-api/issues/233

Received on Monday, 19 December 2016 23:49:34 UTC