@@ -1296,6 +1296,8 @@ downloads. This format of range header value can be set using <a>add a range hea
1296
1296
<a>implementation-defined</a> <a for=/>header value</a> for the `<code> User-Agent</code> `
1297
1297
<a for=/>header</a> .
1298
1298
1299
+ <p> The <dfn>Document `Accept` header value</dfn> is
1300
+ `<code> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> `.
1299
1301
1300
1302
<h4 id=statuses>Statuses</h4>
1301
1303
@@ -2571,9 +2573,6 @@ manually. [[!HTML]]
2571
2573
<li><p> Return <var> potentialDestination</var> .
2572
2574
</ol>
2573
2575
2574
- <p> The <dfn lt="document Accept header value">Document `Accept` header value</dfn> is
2575
- `<code> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> `.
2576
-
2577
2576
2578
2577
<h3 id=authentication-entries>Authentication entries</h3>
2579
2578
@@ -4194,18 +4193,18 @@ the request.
4194
4193
4195
4194
4196
4195
<li><p> If <var> request</var> 's <a for=request>initiator</a> is "<code> prefetch</code> ", then set
4197
- <var> value</var> to <a lt="document Accept header value" >document `Accept` header value</a> .
4196
+ <var> value</var> to <a>document `Accept` header value</a> .
4198
4197
4199
4198
<li>
4200
- <p> A user agent should set <var> value</var> to the first matching statement, if any, switching
4201
- on <var> request</var> 's <a for=request>destination</a> :
4199
+ <p> Otherwise, user agent should set <var> value</var> to the first matching statement, if any,
4200
+ switching on <var> request</var> 's <a for=request>destination</a> :
4202
4201
<!-- https://github.com/whatwg/fetch/issues/43#issuecomment-97909717 -->
4203
4202
4204
4203
<dl class=switch>
4205
4204
<dt> "<code> document</code> "
4206
4205
<dt> "<code> frame</code> "
4207
4206
<dt> "<code> iframe</code> "
4208
- <dd> <a lt="document Accept header value" >document `Accept` header value</a>
4207
+ <dd> <a>document `Accept` header value</a>
4209
4208
4210
4209
<dt> "<code> image</code> "
4211
4210
<dd> `<code> image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5</code> `
0 commit comments