Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to define where the EventHandler type comes from #233

Closed
beverloo opened this issue Dec 19, 2016 · 1 comment
Closed

Need to define where the EventHandler type comes from #233

beverloo opened this issue Dec 19, 2016 · 1 comment

Comments

@beverloo
Copy link
Member

We refer to the EventHandler type in the Events section, 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?

@marcoscaceres
Copy link
Member

We depend on WHATWG for all underlying web platform stuff now... closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants