- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 12 Jul 2021 09:29:10 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 July 2021 16:29:23 UTC
@domenic 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>. _realm_ might be null. Probably the easiest way to handle this is to use _event_'s relevant global object, deferring the null-handling to that location. -- 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-704314871
Received on Monday, 12 July 2021 16:29:23 UTC