- From: npm1 <notifications@github.com>
- Date: Mon, 12 Jul 2021 11:08:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 July 2021 18:08:39 UTC
@npm1 commented on this pull request.
> @@ -906,8 +906,9 @@ correct defaults.</p>
<li><p>Set <var>event</var>'s <a>initialized flag</a>.
<li>
- <p>Initialize <var>event</var>'s {{Event/timeStamp}} attribute to a {{DOMHighResTimeStamp}}
- representing the high resolution time from the <a>time origin</a> to <var>time</var>.
+ <p>Initialize <var>event</var>'s {{Event/timeStamp}} attribute to the
+ <a>relative high resolution coarse time</a> given <var>time</var> and <var>realm</var>'s
+ <a for=Realm>global object</a>.
Thanks, done
--
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/1000#discussion_r668148157
Received on Monday, 12 July 2021 18:08:39 UTC