@@ -2836,7 +2836,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2836
2836
<li><dfn data-x="concept-request-body" data-x-href="https://fetch.spec.whatwg.org/#concept-request-body">body</dfn></li>
2837
2837
<li><dfn data-x="concept-request-client" data-x-href="https://fetch.spec.whatwg.org/#concept-request-client">client</dfn></li>
2838
2838
<li><dfn data-x="concept-request-reserved-client" data-x-href="https://fetch.spec.whatwg.org/#concept-request-reserved-client">reserved client</dfn></li>
2839
- <li><dfn data-x="concept-request-target -client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-target -client-id">target client id</dfn></li>
2839
+ <li><dfn data-x="concept-request-replaces -client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-replaces -client-id">replaces client id</dfn></li>
2840
2840
<li><dfn data-x="concept-request-initiator" data-x-href="https://fetch.spec.whatwg.org/#concept-request-initiator">initiator</dfn></li>
2841
2841
<li><dfn data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn></li>
2842
2842
<li><dfn data-x="concept-potential-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination">potential destination</dfn></li>
@@ -82111,7 +82111,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
82111
82111
data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
82112
82112
is a <span>fetch scheme</span></dt>
82113
82113
<dd><p>Run <span>process a navigate fetch</span> given <var>resource</var>, the <span>source
82114
- browsing context</span>, and <var>browsing context </var>, and <var>navigationType</var>.</p></dd>
82114
+ browsing context</span>, and <var>browsingContext </var>, and <var>navigationType</var>.</p></dd>
82115
82115
82116
82116
<dt>Otherwise, <var>resource</var> is a <span data-x="concept-request">request</span> whose
82117
82117
<span data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
@@ -82138,7 +82138,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
82138
82138
data-x="">navigate</code>", <span data-x="concept-request-credentials-mode">credentials
82139
82139
mode</span> to "<code data-x="">include</code>", <span>use-URL-credentials flag</span>, <span
82140
82140
data-x="concept-request-redirect-mode">redirect mode</span> to "<code data-x="">manual</code>",
82141
- and <span data-x="concept-request-target -client-id">target client id</span> to
82141
+ and <span data-x="concept-request-replaces -client-id">replaces client id</span> to
82142
82142
<var>browsingContext</var>'s <span>active document</span>'s <span>relevant settings
82143
82143
object</span>'s <span data-x="concept-environment-id">id</span>.</p></li>
82144
82144
0 commit comments