diff --git a/index.html b/index.html
index 6f5e1ba..c61cb64 100644
--- a/index.html
+++ b/index.html
@@ -302,15 +302,19 @@
Time Origin
The
relative high resolution time given a
{{DOMHighResTimeStamp}} |time| and a [=Realm/global object=] |global|,
- runs the following steps:
-
+ is the result of the following steps:
+
- Let |coarse time| be the result of calling [=coarsen time=] with |time| and
|global|'s [=relevant settings object=]'s
[=environment settings object/cross-origin isolated capability=].
- - Let |diff| be the difference between |coarse time| and the result of
- calling [=get time origin timestamp=] with |global|.
- - Return |diff|.
-
+ - Return the [=relative high resolution coarse time=] for |coarse time| and
+ |global|.
+
+
+ The
relative high resolution coarse time given a
+ {{DOMHighResTimeStamp}} |coarseTime| and a [=Realm/global object=] |global|,
+ is the difference between |coarseTime| and the result of
+ calling [=get time origin timestamp=] with |global|.
The current high resolution time given a