diff --git a/index.bs b/index.bs
index 3bdf6c6..ef3fc4b 100644
--- a/index.bs
+++ b/index.bs
@@ -1159,7 +1159,36 @@ Amend the definition of create
+and initialize a Document object to take the initiator origin as a new parameter:
+
+> Monkeypatching [[HTML]]:
+>
+>
A session history entry is a struct with the following items:
+> To load an HTML document, given navigation params navigationParams and
+> origin
+> initiatorOrigin:
+>
+
+and pass the initiator origin as an argument wherever it is called, specifically in the
+Load a
+document steps:
+
+> Monkeypatching [[HTML]]:
+>
+>
+>
+>
an HTML MIME type
+>
+> Return the result of loading an HTML document, given navigationParams
+> and initiatorOrigin.
+>
+>
+>
+
+
+and amend the create
and initialize a Document object steps by adding the following steps before returning |document|:
@@ -1210,10 +1239,9 @@ and initialize a Document object steps by adding the following steps before
> 1. If |text directive user activation| is false, or browsing context is
> not a top-level browsing context, set
> [=document/allow text fragment scroll=] to false and abort these sub-steps.
-> 1. If the |navigationParam|'s
-> request
-> has a sec-fetch-site
-> header and its value is `"same-origin"` set
+> 1. If |navigationParam|'s
+>
+> origin is [=same origin=] with initiatorOrigin set
> [=document/allow text fragment scroll=] to true and abort these
> sub-steps.
> 1. If |document|'s [=Document/browsing context=] is a [=top-level browsing
diff --git a/index.html b/index.html
index 08c8763..b4554d0 100644
--- a/index.html
+++ b/index.html
@@ -813,7 +813,7 @@
attempt to populate the history entry’s document to take a user navigation involvement as a parameter, using it to populate the field when creating
a new navigation params.
-
A session history entry is a struct with the following items:
+ To load an HTML document, given navigation params navigationParams and origininitiatorOrigin:
+
+
and pass the initiator origin as an argument wherever it is called, specifically in the Load a
+document steps: