Re: [whatwg/dom] High resolution timing for events (#23)

@dmethvin Thanks for the jQuery background. Current Event.timeStamp is PITA indeed. Hopefully we get it fixed one way or another soon.

Even today despite my experience using Event.timeStamp I got surprised seeing negative values (up to -300ms) for `Date.now() - event.timeStamp` for input events in Safari on Mac OS ([demo page](http://output.jsbin.com/yivodik))  /cc @rniwa. It is a small issue (most probably due to an NTP skew) compared to others but can lead to subtle head scratching bugs.

---
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/issues/23#issuecomment-215880055

Received on Friday, 29 April 2016 20:58:43 UTC