Skip to content

Commit

Permalink
End extended navigation on tab close (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
svendlarsen authored Oct 15, 2024
1 parent 00cf8bb commit f647c24
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -724,9 +724,12 @@ To run the <dfn>bounce tracking timer</dfn> algorithm given a [=moment=] on the
</div>

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 <a spec="html">is closing</a> is set to true.

<div algorithm>

Expand Down

0 comments on commit f647c24

Please sign in to comment.