- From: Aryeh Gregor <notifications@github.com>
- Date: Thu, 14 Apr 2016 06:21:53 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 14 April 2016 13:22:31 UTC
Approximately as requested at
<https://bugzilla.mozilla.org/show_bug.cgi?id=1251198#c7>. This is the
list of events supported in createEvent() by at least two of Firefox,
Chrome, and IE 11. The one exception is I omitted MutationEvent, which
all three support, because apparently spec-land has decided to deny its
existence in the hope that it will go away.
XXX Bikeshed does not know about all of the added interface names and I
don't know how to tell it. (The error is non-fatal, they just aren't
linked.)
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/dom/pull/220
-- Commit Summary --
* Add more legacy event types for createEvent()
-- File Changes --
M dom.bs (29)
-- Patch Links --
https://github.com/whatwg/dom/pull/220.patch
https://github.com/whatwg/dom/pull/220.diff
---
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/pull/220
Received on Thursday, 14 April 2016 13:22:31 UTC