[whatwg/dom] Editorial: provide a shorthand for other specifications to create events (#347)

This can be useful when you can’t use fire, but need to initialize
event attributes in a particular manner or keep the event around for
some reason.

Note that creating events without a constructor doesn’t work, as you
would not get the dictionary to usefully default attribute values.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/347

-- Commit Summary --

  * Editorial: provide a shorthand for other specifications to create events

-- File Changes --

    M dom.bs (31)
    M dom.html (23)

-- Patch Links --

https://github.com/whatwg/dom/pull/347.patch
https://github.com/whatwg/dom/pull/347.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/347

Received on Thursday, 20 October 2016 15:10:40 UTC