- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 11 Jul 2017 12:13:30 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/420/review/49173194@github.com>
annevk commented on this pull request. Couple minor nits left. With respect to isTrusted I think we simply forgot to remove "When an event is created the attribute must be initialized to false." when we added the other bits. I'll create a pull request for that. > - <p class=note>User agents are encouraged to make the high resolution occurrence time available - for as many events as possible, in particular those related to user interaction. + <p class=note>For example, in macOs the occurrence time for input actions are available via the macOS* > @@ -907,6 +913,16 @@ it, and optionally given a <a>Realm</a> <var>realm</var>, run these steps:</p> <a>dictionary member</a> and then set the attribute to the default value of that <a>dictionary member</a>. + <li><p>Set <var>event</var>'s {{Event/timeStamp}} attribute to a {{DOMHighResTimeStamp}} + representing the high resolution time from the <a>time origin</a> to the occurrence that the + event is signaling. + + <p class=note>For example, in macOs the occurrence time for input actions are available via the macOS > @@ -5154,6 +5170,10 @@ 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()}}. This was what I was talking about with respect to duplication, but I guess that's also following the isTrusted precedent. Probably okay. Can this become "from the time origin to now"? It's a little weird for the algorithm to refer to itself this way. -- 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#pullrequestreview-49173194
Received on Tuesday, 11 July 2017 12:14:53 UTC