- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 19 Jul 2021 01:06:43 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 July 2021 08:06:55 UTC
@annevk commented on this pull request.
> @@ -906,8 +908,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>event</var>'s
+ <a>relevant global object</a>.
<p class=warning>User agents should set a minimum resolution of <var>event</var>'s
It seems we can remove this at which point the remaining p needs some rewrapping as it's the sole child of the li.
--
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#pullrequestreview-709264545
Received on Monday, 19 July 2021 08:06:55 UTC