diff --git a/source b/source index 44c099f453f..4fb5a700ce1 100644 --- a/source +++ b/source @@ -100178,8 +100178,8 @@ location.href = '#foo';
sourceDocument's relevant settings object
source policy container
-
sourceDocument's policy - container
+
a clone of sourceDocument's policy container

@@ -100576,8 +100576,9 @@ location.href = '#foo';
  • Queue a global task on the navigation and traversal task source given navigable's active window to navigate to a javascript: URL given navigable, - url, historyHandling, initiatorOriginSnapshot, - userInvolvement, and cspNavigationType.

  • + url, historyHandling, sourceSnapshotParams, + initiatorOriginSnapshot, userInvolvement, and + cspNavigationType.

  • Return.

  • @@ -100951,8 +100952,9 @@ location.href = '#foo';

    To navigate to a javascript: URL, given a navigable targetNavigable, a URL url, a history handling - behavior historyHandling, an origin initiatorOrigin, a - user navigation involvement userInvolvement, and a string + behavior historyHandling, a source snapshot params + sourceSnapshotParams, an origin initiatorOrigin, a user + navigation involvement userInvolvement, and a string cspNavigationType:

      @@ -100967,7 +100969,10 @@ location.href = '#foo';
    1. Let request be a new request whose URL is url.

      + data-x="concept-request-url">URL is url and whose policy container is + sourceSnapshotParams's source + policy container.

      This is a synthetic request solely for plumbing into the next step. It will never hit the network.

      @@ -102640,6 +102645,10 @@ location.href = '#foo';
      referrer policy
      entry's document state's request referrer policy
      + +
      policy container
      +
      sourceSnapshotParams's source policy container