Re: [whatwg/dom] Editorial: Update Event timeStamp initialization (#1000)

@npm1 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

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_r672360396

Received on Monday, 19 July 2021 14:40:43 UTC