Re: [whatwg/dom] Clarification on construction and creation of events (#372)

So I think the takeaways are:

- Mention the 1:1 correspondence between event init dict and event properties as part of https://github.com/whatwg/dom/issues/364
- Maybe explicitly state that you cannot define your own constructor for an event
- Explicitly mention that create + dispatch should be rare and fire is more often what you want; perhaps give an example of when create + dispatch is appropriate
- eventConstructor -> eventInterface?
- Fix doAction example to be cancelable

Anything else that would be helpful?

-- 
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/dom/issues/372#issuecomment-259732353

Received on Thursday, 10 November 2016 16:14:45 UTC