- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Sep 2015 15:01:09 +0000
- To: www-dom@w3.org
bzbarsky has just created a new issue for
https://github.com/whatwg/dom:
== Incorrect link in createEvent definition ==
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.
See https://github.com/whatwg/dom/issues/73
Received on Wednesday, 16 September 2015 15:01:10 UTC