- From: Majid Valipour <notifications@github.com>
- Date: Mon, 10 Jul 2017 08:42:52 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 July 2017 15:43:24 UTC
majido commented on this pull request.
> @@ -5154,6 +5170,11 @@ invoked, must run these steps:
<li><p>Initialize <var>event</var>'s {{Event/type}} attribute to the empty string.
+ <li><p>Initialize <var>event</var>'s {{Event/timeStamp}} attribute to a {{DOMHighResTimeStamp}}
+ which is the high resolution time from the <a>time origin</a> to the occurrence of the call to
+ {{Document/createEvent()}}.
+
+
Done.
As for duplicate initialization, I am not sure if I understand. The way I was reading the spec was that for non-synthetic events we do the `2.4 - concept-event-create ` that does not require invoking `2.4. - concept-event-constructor` which is only needed for synthetic events.
--
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/420#discussion_r126459933
Received on Monday, 10 July 2017 15:43:24 UTC