- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 20 Oct 2016 22:55:46 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 21 October 2016 05:56:14 UTC
annevk commented on this pull request. > @@ -1447,10 +1471,8 @@ initialized, and a <var>legacy target override flag</var>, run these steps: <li><p>If <var>eventConstructor</var> is not given, then let <var>eventConstructor</var> be {{Event}}. - <li><p>Let <var>event</var> be the result of <a for=Event lt=constructor>invoking</a> the initial - value of <var>eventConstructor</var> with the argument <var>e</var>. - - <li><p>Initialize <var>event</var>'s {{Event/isTrusted}} attribute to true. + <li><p>Let <var>event</var> be the result of <a>creating</a> <var>eventConstructor</var> with + <var>e</var>. You removed the name argument so this no longer works. -- 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#pullrequestreview-5202198
Received on Friday, 21 October 2016 05:56:14 UTC