File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2688,7 +2688,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2688
2688
<li><dfn data-x="concept-request-user-activation" data-x-href="https://fetch.spec.whatwg.org/#request-user-activation">user-activation</dfn></li>
2689
2689
<li><dfn data-x="concept-request-render-blocking" data-x-href="https://fetch.spec.whatwg.org/#request-render-blocking">render-blocking</dfn></li>
2690
2690
<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>
2692
2692
<li><dfn data-x-href="https://fetch.spec.whatwg.org/#concept-request-add-range-header">add a range header</dfn></li>
2693
2693
</ul>
2694
2694
</li>
@@ -102640,13 +102640,10 @@ location.href = '#foo';</code></pre>
102640
102640
</dl>
102641
102641
</li>
102642
102642
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>
102650
102647
102651
102648
<li>
102652
102649
<p>If <var>documentResource</var> is a <span>POST resource</span>, then:</p>
You can’t perform that action at this time.
0 commit comments