diff --git a/source b/source index 26205522faf..6bd42024b95 100644 --- a/source +++ b/source @@ -11517,9 +11517,6 @@ partial interface Document { data-x="concept-document-internal-ancestor-origin-objects-list">internal ancestor origin objects list.
-Let container be document's node navigable's container.
Let masked be false.
If referrerPolicy is "no-referrer", then set
@@ -106960,8 +106957,8 @@ location.href = '#foo';
source given navigable's active window to
navigate to a javascript: URL given navigable,
url, historyHandling, sourceSnapshotParams,
- initiatorOriginSnapshot, userInvolvement,
- cspNavigationType, initialInsertion, and
+ targetSnapshotParams, initiatorOriginSnapshot,
+ userInvolvement, cspNavigationType, initialInsertion, and
navigationId.
Return.
To navigate to a javascript: URL, given a navigable
targetNavigable, a URL url, a history handling
behavior historyHandling, a source snapshot params
- sourceSnapshotParams, an origin initiatorOrigin, a user
- navigation involvement userInvolvement, a string
- cspNavigationType, a boolean initialInsertion, and a navigation
- ID navigationId:
Assert: historyHandling is " Let newDocument be the result of evaluating a
javascript: URL given targetNavigable,
- url, initiatorOrigin, and userInvolvement.
If newDocument is null:
@@ -107488,7 +107486,8 @@ location.href = '#foo';To evaluate a javascript: URL given a navigable
- targetNavigable, a URL url, an origin
+ targetNavigable, a URL url, a target snapshot
+ params targetSnapshotParams, an origin
newDocumentOrigin, and a user navigation involvement
userInvolvement: