diff --git a/source b/source index d8a383c033a..b7d731bcacb 100644 --- a/source +++ b/source @@ -100521,14 +100521,21 @@ location.href = '#foo'; data-x="changing-nav-continuation-update-only">update-only is false, then:

    -
  1. Unload displayedDocument given - targetEntry's document.

  2. - -
  3. For each childNavigable of displayedDocument's - descendant navigables, queue a global task on the - navigation and traversal task source given childNavigable's active window to unload - childNavigable's active document.

  4. +
  5. +

    If targetEntry's document does not equal + displayedDocument, then:

    + +
      +
    1. Unload displayedDocument given + targetEntry's document.

    2. + +
    3. For each childNavigable of displayedDocument's + descendant navigables, queue a global task on the + navigation and traversal task source given childNavigable's + active window to unload childNavigable's active + document.

    4. +
  6. Activate history entry targetEntry for navigable.