@@ -222,13 +222,6 @@ number.
222
222
<p class="note no-backref"> <a>HTTP(S) scheme</a> , <a>network scheme</a> , and <a>fetch scheme</a> are
223
223
also used by <cite> HTML</cite> . [[HTML]]
224
224
225
- <hr>
226
-
227
- <p id=fetch-url> A <dfn>response URL</dfn> is a <a for=/>URL</a> for which implementations need not
228
- store the <a for=url>fragment</a> as it is never exposed. When
229
- <a lt="url serializer">serialized</a> , the <i> exclude fragment flag</i> is set, meaning
230
- implementations can store the <a for=url>fragment</a> nonetheless.
231
-
232
225
233
226
<h3 id=http>HTTP</h3>
234
227
@@ -1462,15 +1455,15 @@ end-user.
1462
1455
1463
1456
<p> A <a for=/>response</a> has an associated
1464
1457
<dfn export for=response id=concept-response-url>URL</dfn> . It is a pointer to the last
1465
- <a>response URL</a> in <a for=/>response</a> 's <a for=response>URL list</a> and null if
1466
- <a for=/>response</a> 's <a for=response>URL list</a> is the empty list .
1458
+ <a for=/> URL</a> in <a for=/>response</a> 's <a for=response>URL list</a> and null if
1459
+ <a for=/>response</a> 's <a for=response>URL list</a> <a for=list> is empty</a> .
1467
1460
1468
1461
<p> A <a for=/>response</a> has an associated
1469
1462
<dfn export for=response id=concept-response-url-list>URL list</dfn> (a <a for=/>list</a> of zero or
1470
- more <a>response URLs</a> ). Unless stated otherwise, it is the empty list.
1463
+ more <a for=/> URLs</a> ). Unless stated otherwise, it is the empty list.
1471
1464
1472
- <p class="note no-backref"> Except for the last <a>response URL</a> , if any, a
1473
- <a for=/> response</a> 's <a for=response> URL list</a> cannot be exposed to script. That would violate
1465
+ <p class="note no-backref"> Except for the last <a for=/> URL</a> , if any, a <a for=/>response</a> 's
1466
+ <a for=response> URL list</a> is not exposed to script as that would violate
1474
1467
<a>atomic HTTP redirect handling</a> .
1475
1468
1476
1469
<p> A <a for=/>response</a> has an associated
@@ -6033,8 +6026,7 @@ return the <a>context object</a>'s <a for=Response>response</a>'s <a for=respons
6033
6026
<p> The <dfn attribute for=Response><code>url</code></dfn> attribute's getter, when invoked, must
6034
6027
return the empty string if the <a>context object</a> 's <a for=Response>response</a>' s
6035
6028
<a for=response>URL</a> is null and the <a>context object</a> 's <a for=Response>response</a>' s
6036
- <a for=response>URL</a> , <a lt="url serializer">serialized</a> with the <i> exclude-fragment flag</i>
6037
- set, otherwise. [[!URL]]
6029
+ <a for=response>URL</a> , <a lt="url serializer">serialized</a> , otherwise. [[!URL]]
6038
6030
6039
6031
<p> The <dfn attribute for=Response><code>redirected</code></dfn> attribute's getter, when invoked,
6040
6032
must return true if the <a>context object</a> 's <a for=Response>response</a>' s
0 commit comments