Skip to content

Commit 69959dd

Browse files
Formatting?
1 parent 78a185b commit 69959dd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

source

+5-8
Original file line numberDiff line numberDiff line change
@@ -2688,7 +2688,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
26882688
<li><dfn data-x="concept-request-user-activation" data-x-href="https://fetch.spec.whatwg.org/#request-user-activation">user-activation</dfn></li>
26892689
<li><dfn data-x="concept-request-render-blocking" data-x-href="https://fetch.spec.whatwg.org/#request-render-blocking">render-blocking</dfn></li>
26902690
<li><dfn data-x="concept-request-initiator-type" data-x-href="https://fetch.spec.whatwg.org/#request-initiator-type">initiator type</dfn></li>
2691-
<li><dfn data-x="concept-request-top-level-navigation-initiator-origin" data-x-href="https://fetch.spec.whatwg.org/#concept-request-top-level-navigation-initiator-origin">referrer policy</dfn></li>
2691+
<li><dfn data-x="concept-request-top-level-navigation-initiator-origin" data-x-href="https://fetch.spec.whatwg.org/#concept-request-top-level-navigation-initiator-origin">top-level navigation initiator origin</dfn></li>
26922692
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-request-add-range-header">add a range header</dfn></li>
26932693
</ul>
26942694
</li>
@@ -102640,13 +102640,10 @@ location.href = '#foo';</code></pre>
102640102640
</dl>
102641102641
</li>
102642102642

102643-
<li>
102644-
<p>If <var>navigable</var> is a <span>top-level traversable</span>, set <var>request</var>'s
102645-
<span data-x="concept-request-top-level-navigation-initiator-origin">top-level navigation
102646-
initiator origin</span> to <var>entry</var>'s <span data-x="she-document-state">document
102647-
state</span>'s <span data-x="document-state-initiator-origin">initiator origin</span>
102648-
</p>
102649-
</li>
102643+
<li><p>If <var>navigable</var> is a <span>top-level traversable</span>, set <var>request</var>'s
102644+
<span data-x="concept-request-top-level-navigation-initiator-origin">top-level navigation
102645+
initiator origin</span> to <var>entry</var>'s <span data-x="she-document-state">document
102646+
state</span>'s <span data-x="document-state-initiator-origin">initiator origin</span></p></li>
102650102647

102651102648
<li>
102652102649
<p>If <var>documentResource</var> is a <span>POST resource</span>, then:</p>

0 commit comments

Comments
 (0)