From 1dc2849ce25c53e5b3f5dab2d6369ee2d85a892f Mon Sep 17 00:00:00 2001
From: Simon Pieters
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: