diff --git a/index.html b/index.html
index a3c2287..75a2dad 100644
--- a/index.html
+++ b/index.html
@@ -621,6 +621,21 @@
+
+ The
coarsen render time algorithm, given an [=unsafe
+ moment=] |timestamp:unsafe moment| on some [=clock=] and an optional
+ boolean |crossOriginIsolatedCapability:boolean| (default false), runs
+ the following steps:
+
+ - If |crossOriginIsolatedCapability| is true, return |timestamp|.
+
+ - In an implementation-defined manner, coarsen and
+ potentially jitter |timestamp| such that its resolution will not
+ exceed 4 milliseconds. To maintain timestamp order, the resulting [=unsafe moment=] must be greater than the given |timestamp|.
+
+ - Return timestamp.
+
+
The relative high resolution time given an
[=unsafe moment=] from the [=monotonic clock=] |time:unsafe moment on