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:
+ - Let |settings:environment settings object| be the |global|'s
+ [=relevant principal settings object=].
+
- 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=].
- Return the [=relative high resolution coarse time=] for |coarse
time| and |global|.
-
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:
+
+ - Let |settings:environment settings object| be the |global|'s
+ [=relevant principal settings object=].
+
+ - Return the [=duration from=] |settings|'s
+ [=environment settings object/time origin=] to |coarseTime|.
+
+
The current high resolution time given a