diff --git a/index.html b/index.html index c09bc41..fc1e0b7 100644 --- a/index.html +++ b/index.html @@ -624,22 +624,34 @@

The relative high resolution time given an [=unsafe moment=] from the [=monotonic clock=] |time:unsafe moment on - the monotonic clock| and a [=Realm/global object=] |global:global - object|, is the [=duration=] returned from the following steps: + the monotonic clock| and a [=global object=] |global:global object|, + is the [=duration=] returned from the following steps:
    +
  1. Let |settings:environment settings object| be the |global|'s + [=relevant principal settings object=]. +
  2. Let |coarse time:moment on the monotonic clock| be the result of - calling [=coarsen time=] with |time| and |global|'s [=relevant - settings object=]'s [=environment settings object/cross-origin - isolated capability=]. + calling [=coarsen time=] with |time| and |settings|'s + [=environment settings object/cross-origin isolated capability=].
  3. Return the [=relative high resolution coarse time=] for |coarse time| and |global|.
  4. -
The relative high resolution coarse time + +
+
+ The relative high resolution coarse time given a [=moment=] from the [=monotonic clock=] |coarseTime:moment on - the monotonic clock| and a [=Realm/global object=] |global:global - object|, is the [=duration from=] |global|'s [=relevant settings - object=]'s [=environment settings object/time origin=] to |coarseTime|. + the monotonic clock| and a [=global object=] |global:global object|, + is the [=duration=] returned from the following steps: +
    +
  1. Let |settings:environment settings object| be the |global|'s + [=relevant principal settings object=]. +
  2. +
  3. Return the [=duration from=] |settings|'s + [=environment settings object/time origin=] to |coarseTime|. +
  4. +

The current high resolution time given a