- From: Majid Valipour <notifications@github.com>
- Date: Mon, 10 Jul 2017 15:43:43 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 10 July 2017 15:44:16 UTC
majido commented on this pull request. > @@ -761,15 +766,14 @@ initialized to false. the user agent to dispatch an <a>event</a> whose {{Event/isTrusted}} attribute is initialized to false. -The <dfn attribute for=Event><code>timeStamp</code></dfn> attribute -must return the value it was initialized to. When an -<a>event</a> is created the attribute must be -initialized to the number of milliseconds that have passed since -00:00:00 UTC on 1 January 1970, ignoring leap seconds. -<!-- leap seconds are ignored by JavaScript too --> +The <dfn attribute for=Event><code>timeStamp</code></dfn> attribute must return the value it was +initialized to. When an <a>event</a> is created the attribute must be initialized with a +{{DOMHighResTimeStamp}} representing the high resolution time in milliseconds that has passed +since the <a>time origin</a>. Removed. To be honest, I found it odd too but was cargo culting the definition of `isTrusted` just above it. -- 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_r126460199
Received on Monday, 10 July 2017 15:44:16 UTC