[clipboard-apis] "fire a clipboard event of type e" should also create the event (#13)

These should be merged:
https://w3c.github.io/clipboard-apis/#create-a-clipboard-event-object
https://w3c.github.io/clipboard-apis/#fire-a-clipboard-event

As it is, the "Dispatch an event using the ClipboardEvent interface, with its type attribute initialized to e" step of the firing algorithm doesn't make sense if the event has already been created.

Compare with:
https://html.spec.whatwg.org/#fire-a-simple-event
https://html.spec.whatwg.org/#fire-a-click-event

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/13

Received on Monday, 27 July 2015 08:04:25 UTC