Re: [whatwg/dom] initEvent should not require three parameters (#387)

That sounds good to me. So to recap, the proposal here is that we change *all* `initEvent()` methods, including `initCustomEvent()` et al, to have their arguments, except for the first, be optional and default to the same value as the corresponding event dictionary defaults them to.

This will require changes in DOM, HTML, [UI Events](https://w3c.github.io/uievents/), and maybe more?

-- 
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/387#issuecomment-278268786

Received on Wednesday, 8 February 2017 08:56:10 UTC