Skip to content

Commit fcf344c

Browse files
annevkdomenic
authored andcommitted
Fix some variable usage in navigate
1 parent f63cc2c commit fcf344c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

source

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82113,7 +82113,7 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
8211382113
<var>browsingContext</var>, and <var>reservedEnvironment</var>.</p></li>
8211482114
</ol>
8211582115

82116-
<p>To <dfn data-export="">process a navigate response</dfn>, given a <span
82116+
<p>To <dfn data-export="">process a navigate response</dfn>, given null or a <span
8211782117
data-x="concept-request">request</span> <var>request</var>, a <span
8211882118
data-x="concept-response">response</span> <var>response</var>, a string <var>navigationType</var>,
8211982119
two <span data-x="browsing context">browsing contexts</span> <var>source</var> and
@@ -82275,24 +82275,22 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
8227582275
</li>
8227682276

8227782277
<li><p>Set the <code>Document</code>'s <span data-x="concept-document-https-state">HTTPS
82278-
state</span> to the <span data-x="concept-response-https-state">HTTPS state</span> of the <span
82279-
data-x="concept-response">response</span> used to generate the document.</p></li>
82278+
state</span> to the <span data-x="concept-response-https-state">HTTPS state</span> of
82279+
<var>response</var>.</p></li>
8228082280

8228182281
<li><p>Set the <code>Document</code>'s <span data-x="concept-document-referrer-policy">referrer
8228282282
policy</span> to the result of <span data-x="parse-referrer-policy-header">parsing the
82283-
`<code>Referrer-Policy</code>` header</span> of the <span
82284-
data-x="concept-response">response</span> used to generate the document. <ref
82283+
`<code>Referrer-Policy</code>` header</span> of <var>response</var>. <ref
8228582284
spec="REFERRERPOLICY"></p></li>
8228682285

8228782286
<li><p>Execute the <span>Initialize a <code data-x="">Document</code>'s CSP list</span>
8228882287
algorithm on the <code>Document</code> object and the <span
8228982288
data-x="concept-response">response</span> used to generate the document. <ref spec="CSP"></p>
8229082289

8229182290
<li>
82292-
<p>If <var>resource</var> is a <span data-x="concept-request">request</span>, then set
82293-
<span>the document's referrer</span> to the <span
82294-
data-x="concept-url-serializer">serialization</span> of <var>resource</var>'s <span
82295-
data-x="concept-request-referrer">referrer</span>, if <var>resource</var>'s <span
82291+
<p>If <var>request</var> is non-null, then set <span>the document's referrer</span> to the
82292+
<span data-x="concept-url-serializer">serialization</span> of <var>request</var>'s <span
82293+
data-x="concept-request-referrer">referrer</span>, if <var>request</var>'s <span
8229682294
data-x="concept-request-referrer">referrer</span> is a <span>URL record</span>, and the empty
8229782295
string otherwise.</p>
8229882296

0 commit comments

Comments
 (0)