@@ -1958,7 +1958,7 @@ not always relevant and might require different behavior.
1958
1958
"<code> client</code> ".
1959
1959
1960
1960
<p> A <a for=/>request</a> has an associated
1961
- <dfn export for=request id=concept-request-navigation-initiator-origin >top-level navigation initiator origin</dfn> ,
1961
+ <dfn export for=request>top-level navigation initiator origin</dfn> ,
1962
1962
which is an <a for=/>origin</a> or null. Unless stated otherwise it is null.
1963
1963
1964
1964
<p class=note> "<code> client</code> " is changed to an <a for=/>origin</a> during
@@ -2249,7 +2249,7 @@ or "<code>object</code>".
2249
2249
<hr>
2250
2250
2251
2251
<div algorithm>
2252
- <p> To compute the <dfn for=request id=concept-request-redirect-taint >redirect-taint</dfn> of a
2252
+ <p> To compute the <dfn for=request id=concept-request-tainted-origin >redirect-taint</dfn> of a
2253
2253
<a for=/>request</a> <var> request</var> , perform the following steps. They return
2254
2254
"<code> same-origin</code> ", "<code> same-site</code> ", or "<code> cross-site</code> ".
2255
2255
@@ -4263,11 +4263,11 @@ prefetch, or to treat it differently when counting page visits.
4263
4263
4264
4264
<h3 id=cookie-header>`<code>Cookie</code>` header</h3>
4265
4265
4266
- <p> The `<code> Cookie</code> ` header is largely defined in its own specification. [[COOKIES]] .
4267
- We define infrastructure to be able to use them conveniently here.
4266
+ <p> The `<code> Cookie</code> ` header is largely defined in its own specification. We define
4267
+ additional infrastructure to be able to use them conveniently here. [[COOKIES]] .
4268
4268
4269
4269
<div algorithm>
4270
- <p> To <dfn id=append-a-request-cookie-header >append a request `<code>Cookie</code>` header</dfn> ,
4270
+ <p> To <dfn>append a request `<code>Cookie</code>` header</dfn> ,
4271
4271
given a <a for=/>request</a> <var> request</var> :
4272
4272
4273
4273
<ol>
@@ -4305,7 +4305,7 @@ given a <a for=/>request</a> <var>request</var>:
4305
4305
4306
4306
<div algorithm>
4307
4307
<p> To
4308
- <dfn id=parse-and-store-response-cookie-headers >parse and store response `<code>Set-Cookie</code>` headers</dfn> ,
4308
+ <dfn>parse and store response `<code>Set-Cookie</code>` headers</dfn> ,
4309
4309
given a <a for=/>request</a> <var> request</var> and a <a for=/>response</a> <var> response</var> :
4310
4310
4311
4311
<ol>
@@ -4316,7 +4316,7 @@ given a <a for=/>request</a> <var>request</var> and a <a for=/>response</a> <var
4316
4316
4317
4317
<li><p> Let |isSecure| be false.
4318
4318
4319
- <li><p> If <var> request</var> 's <a for=request>url </a>' s <a for=url>scheme</a> is
4319
+ <li><p> If <var> request</var> 's <a for=request>current URL </a>' s <a for=url>scheme</a> is
4320
4320
"<code> https</code> ", then set |isSecure| to true.
4321
4321
4322
4322
<li>
@@ -4376,17 +4376,7 @@ other specifications.
4376
4376
</ol>
4377
4377
</div>
4378
4378
4379
- <div algorithm>
4380
- <p> To <dfn export>clear site cookies</dfn> for <a for=/>origin</a> <var> origin</var> , run these steps:
4381
-
4382
- <ol>
4383
- <li><p> Remove all cookies that were stored with a host is either equal to |origin|'s <a for=url>host</a> ,
4384
- or have a <a>registrable domain</a> equal to |origin|'s <a for=url>host</a>' s <a>registrable domain</a> .
4385
4379
4386
- <p class=XXX> The cookie specification doesn't yet have a way to do this algorithmically, so we
4387
- settle for this definition.
4388
- </ol>
4389
- </div>
4390
4380
4391
4381
<h2 id=fetching>Fetching</h2>
4392
4382
0 commit comments