@@ -567,10 +567,10 @@ for consistency.
567
567
<h4 id=terminology-headers>Headers</h4>
568
568
569
569
<p> A <dfn export id=concept-header-list>header list</dfn> is a <a for=/>list</a> of zero or more
570
- <a for=/>headers</a> . It is initially the empty list .
570
+ <a for=/>headers</a> . It is initially « » .
571
571
572
- <p class=" note no-backref" > A <a for=/>header list</a> is essentially a
573
- specialized multimap: an ordered list of key-value pairs with potentially duplicate keys.
572
+ <p class=note> A <a for=/>header list</a> is essentially a specialized multimap: an ordered list of
573
+ key-value pairs with potentially duplicate keys.
574
574
575
575
<div algorithm>
576
576
<p> To
@@ -1534,7 +1534,7 @@ unset.
1534
1534
1535
1535
<p> A <a for=/>request</a> has an associated
1536
1536
<dfn export for=request id=concept-request-header-list>header list</dfn> (a
1537
- <a for=/>header list</a> ). Unless stated otherwise it is empty .
1537
+ <a for=/>header list</a> ). Unless stated otherwise it is « » .
1538
1538
1539
1539
<p> A <a for=/>request</a> has an associated
1540
1540
<dfn id=unsafe-request-flag export for=request>unsafe-request flag</dfn> . Unless stated otherwise it
@@ -2313,9 +2313,9 @@ end-user.
2313
2313
2314
2314
<p> A <a for=/>response</a> has an associated
2315
2315
<dfn export for=response id=concept-response-url-list>URL list</dfn> (a <a for=/>list</a> of zero or
2316
- more <a for=/>URLs</a> ). Unless stated otherwise, it is the empty list .
2316
+ more <a for=/>URLs</a> ). Unless stated otherwise, it is « » .
2317
2317
2318
- <p class=" note no-backref" > Except for the last <a for=/>URL</a> , if any, a <a for=/>response</a> 's
2318
+ <p class=note> Except for the last <a for=/>URL</a> , if any, a <a for=/>response</a> 's
2319
2319
<a for=response>URL list</a> is not exposed to script as that would violate
2320
2320
<a>atomic HTTP redirect handling</a> .
2321
2321
@@ -2332,7 +2332,7 @@ message as HTTP/2 does not support them.
2332
2332
2333
2333
<p> A <a for=/>response</a> has an associated
2334
2334
<dfn export for=response id=concept-response-header-list>header list</dfn> (a
2335
- <a for=/>header list</a> ). Unless stated otherwise it is empty .
2335
+ <a for=/>header list</a> ). Unless stated otherwise it is « » .
2336
2336
2337
2337
<p> A <a for=/>response</a> has an associated
2338
2338
<dfn export for=response id=concept-response-body>body</dfn> (null or a
@@ -2395,19 +2395,13 @@ this is also tracked internally using the request's <a for=request>timing allow
2395
2395
2396
2396
<hr>
2397
2397
2398
- <p> A <a for=/>response</a> whose
2399
- <a for=response>type</a> is "<code> error</code> " and <a for=response>aborted flag</a> is set is
2400
- known as an <dfn export id=concept-aborted-network-error>aborted network error</dfn> .
2401
-
2402
- <p> A <a for=/>response</a> whose
2403
- <a for=response>type</a> is "<code> error</code> " is known as a
2404
- <dfn export id=concept-network-error>network error</dfn> .
2398
+ <p> A <dfn export id=concept-network-error>network error</dfn> is a <a for=/>response</a> whose
2399
+ <a for=response>type</a> is "<code> error</code> ", <a for=response>status</a> is 0,
2400
+ <a for=response>status message</a> is the empty byte sequence,
2401
+ <a for=response>header list</a> is « », and <a for=response>body</a> is null.
2405
2402
2406
- <p> A <a>network error</a> is a <a for=/>response</a> whose
2407
- <a for=response>status</a> is always 0,
2408
- <a for=response>status message</a> is always the empty byte sequence,
2409
- <a for=response>header list</a> is always empty, and
2410
- <a for=response>body</a> is always null.
2403
+ <p> An <dfn export id=concept-aborted-network-error>aborted network error</dfn> is a
2404
+ <a>network error</a> whose <a for=response>aborted flag</a> is set.
2411
2405
2412
2406
<div algorithm>
2413
2407
<p> To create the <dfn>appropriate network error</dfn> given <a for=/>fetch params</a>
@@ -2472,10 +2466,10 @@ of defining the concrete types of <a for=/>filtered responses</a>.)
2472
2466
<p> An <dfn export id=concept-filtered-response-opaque>opaque filtered response</dfn> is a
2473
2467
<a>filtered response</a> whose
2474
2468
<a for=response>type</a> is "<code> opaque</code> ",
2475
- <a for=response>URL list</a> is the empty list ,
2469
+ <a for=response>URL list</a> is « » ,
2476
2470
<a for=response>status</a> is 0,
2477
2471
<a for=response>status message</a> is the empty byte sequence,
2478
- <a for=response>header list</a> is empty , and
2472
+ <a for=response>header list</a> is « » , and
2479
2473
<a for=response>body</a> is null.
2480
2474
2481
2475
<p> An
@@ -2484,7 +2478,7 @@ is a <a>filtered response</a> whose
2484
2478
<a for=response>type</a> is "<code> opaqueredirect</code> ",
2485
2479
<a for=response>status</a> is 0,
2486
2480
<a for=response>status message</a> is the empty byte sequence,
2487
- <a for=response>header list</a> is empty , and
2481
+ <a for=response>header list</a> is « » , and
2488
2482
<a for=response>body</a> is null.
2489
2483
2490
2484
<div class=note>
0 commit comments