[dom] Drop "keyevents" as an alias of "keyboardevent" for createEvent (#148)

There's a test for this in wpt and a proposed fix in Blink:
http://w3c-test.org/dom/nodes/Document-createEvent.html
https://codereview.chromium.org/1569813002/

As discussed in that review, it looks like this alias is only supported by Gecko, and so we think it would be better to drop it from the spec. If it turns out to be unsafe to remove in Gecko, then the only way out is for all other engines to add it.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/148

Received on Tuesday, 12 January 2016 15:20:26 UTC