- From: Majid Valipour <notifications@github.com>
- Date: Wed, 08 Mar 2017 11:27:46 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 March 2017 19:28:19 UTC
Update Event.timeStamp type to DOMHighResTimeStamp. This fixes #23 and the commit contains the following changes: - The text asks for the high resolution time of the event occurrence time to be used when available and otherwise event object creation time. - Add note in legacy section describing the change in semantic. - Add note encouraging user agents to make high res time available for UI Events. - Add necessary spec reference for Bikeshed to pick up new definitions in hr-time spec. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/420 -- Commit Summary -- * Use DOMHighResTimeStamp for Event.timeStamp. -- File Changes -- M dom.bs (27) -- Patch Links -- https://github.com/whatwg/dom/pull/420.patch https://github.com/whatwg/dom/pull/420.diff -- 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
Received on Wednesday, 8 March 2017 19:28:19 UTC