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

> Given how timeStamp cannot really be used compatibly across browsers anyway

I also wanted to add that this is simply not correct. While `timeStamp` cannot be used compatibly across browsers in a completely generic way (say, a library operating on all events), there is a large subset of cases that has historically been compatible, and which web content relies on.

The fact that some events do not fit in this subset does not mean we can break the events that do.

I would like someone to tell me what rules I should apply in the future when dealing with web compat issues, because frankly, this thread has made me question whether I understand the rulebook we're supposed to be following.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/23#issuecomment-181596768

Received on Monday, 8 February 2016 22:33:16 UTC