@@ -2819,6 +2819,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2819
2819
<li><dfn data-x="concept-request-nonce-metadata" data-x-href="https://fetch.spec.whatwg.org/#concept-request-nonce-metadata">cryptographic nonce metadata</dfn></li>
2820
2820
<li><dfn data-x="concept-request-integrity-metadata" data-x-href="https://fetch.spec.whatwg.org/#concept-request-integrity-metadata">integrity metadata</dfn></li>
2821
2821
<li><dfn data-x="concept-request-parser-metadata" data-x-href="https://fetch.spec.whatwg.org/#concept-request-parser-metadata">parser metadata</dfn></li>
2822
+ <li><dfn data-x="concept-request-reload-navigation-flag" data-x-href="https://fetch.spec.whatwg.org/#concept-request-reload-navigation-flag">reload-navigation flag</dfn></li>
2822
2823
</ul>
2823
2824
</li>
2824
2825
</ul>
@@ -81818,6 +81819,10 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
81818
81819
data-x="concept-request">request</span> whose <span data-x="concept-request-url">url</span> is
81819
81820
<var>resource</var>.</p></li>
81820
81821
81822
+ <li><p>If <var>resource</var> is a <span data-x="concept-request">request</span> and this is
81823
+ a <dfn>reload-triggered navigation</dfn>, then set <var>resource</var>'s <span
81824
+ data-x="concept-request-reload-navigation-flag">reload-navigation flag</span>.
81825
+
81821
81826
<li id="sandboxLinks">
81822
81827
<p>If the <span>source browsing context</span> is not <span>allowed to navigate</span>
81823
81828
<var>browsingContext</var>, then:</p>
@@ -81855,7 +81860,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
81855
81860
<span>prompt to unload</span> algorithm.</p></li>
81856
81861
<!-- https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1946 to 1955 -->
81857
81862
81858
- <li id="navigate-fragid-step"><p>If this is not a <dfn >reload-triggered navigation</dfn >,
81863
+ <li id="navigate-fragid-step"><p>If this is not a <span >reload-triggered navigation</span >,
81859
81864
<var>resource</var> is a <span data-x="concept-request">request</span>, <var>resource</var>'s
81860
81865
<span data-x="concept-request-url">url</span> <span data-x="concept-url-equals">equals</span>
81861
81866
<var>browsingContext</var>'s <span>active document</span>'s <span
@@ -121510,6 +121515,7 @@ INSERT INTERFACES HERE
121510
121515
Yoav Weiss,
121511
121516
Yonathan Randolph,
121512
121517
Yury Delendik,
121518
+ 平野裕 (Yutaka Hirano)
121513
121519
Yuzo Fujishima,
121514
121520
Zhenbin Xu,
121515
121521
张智强 (Zhiqiang Zhang),
0 commit comments