[dom] Incorrect link in createEvent definition (#73)

https://dom.spec.whatwg.org/#dom-document-createevent has the text:

    Let event be the result of invoking the initial value of constructor with the empty string as argument. 

where "invoking" is a link to https://dom.spec.whatwg.org/#concept-event-listener-invoke

But that's not the invoking happening here.

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

Received on Wednesday, 16 September 2015 15:01:47 UTC