diff --git a/index.bs b/index.bs index 17c7d4b..c880857 100644 --- a/index.bs +++ b/index.bs @@ -730,9 +730,12 @@ To run the bounce tracking timer algorithm given a [=moment=] on the This algorithm is called when detecting the end of an [=extended navigation=]. This could happen -if a user-initiated navigation is detected in [=process navigation start for bounce tracking=], -or if the client bounce detection timer expires after [=process response received for bounce tracking=] -without observing a client redirect. +if: + +- a user-initiated navigation is detected in [=process navigation start for bounce tracking=]; +- the client bounce detection timer expires after [=process response received for bounce tracking=] + without observing a client redirect; or, +- the associated [=top-level traversable=]'s is closing is set to true.