diff --git a/source b/source index a17e9648185..219455a328c 100644 --- a/source +++ b/source @@ -2186,6 +2186,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute position variable
  • skip ASCII whitespace
  • The ordered map data structure and the associated definitions for + key, value, empty, entry, @@ -2195,6 +2196,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute removing an entry, clear, getting the keys, + getting the values, size, and iterate
  • The list data structure and the associated definitions for @@ -88686,6 +88688,26 @@ new PaymentRequest(…); // Allowed to use then:

      +
    1. +

      If newDocument's suspended timer handles is not + empty:

      + +
        +
      1. Assert: newDocument's suspension time is not zero.

      2. + +
      3. Let suspendDuration be the current high resolution time minus + newDocument's suspension time.

      4. + +
      5. Let activeTimers be newDocument's + relevant global object's map of active timers.

      6. + +
      7. For each handle in newDocument's suspended timer + handles, if activeTimers[handle] exists, then increase activeTimers[handle] by + suspendDuration.

      8. +
      +
    2. +
    3. Remove any tasks queued by the history traversal task source that are associated with any Document objects in the top-level browsing context's document family.