Re: [whatwg/dom] Make the two ways of event creation share a path (#603)

garykac commented on this pull request.



>  
- <p class=note>For example, in macOS the occurrence time for input actions are available via the
- timestamp property of corresponding <code>NSEvent</code> objects. So in this case, the
- {{Event/timeStamp}} value will be equivalent to the <code>NSEvent</code>'s timestamp offset by
- <a>time origin</a>, translated in milliseconds, and with its precision adjusted to meet the minimum
- <a>clock resolution</a>.
+  <p class=note>For example, in macOS the occurrence time for input actions are available via the

...occurrence time for input actions **is** available via the timestamp property of **the** corresponding NSEvent **object**.

(or  ...occurrence **times** for input actions are available via the timestamp property of **the** corresponding NSEvent objects.)


-- 
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/603#pullrequestreview-104750860

Received on Saturday, 17 March 2018 01:03:00 UTC