@@ -1321,6 +1321,9 @@ downloads. This format of range header value can be set using <a>add a range hea
1321
1321
<a>implementation-defined</a> <a for=/>header value</a> for the `<code> User-Agent</code> `
1322
1322
<a for=/>header</a> .
1323
1323
1324
+ <p> The <dfn>document `<code>Accept</code>` header value</dfn> is
1325
+ `<code> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> `.
1326
+
1324
1327
1325
1328
<h4 id=statuses>Statuses</h4>
1326
1329
@@ -4274,16 +4277,19 @@ the response. [[!HTTP-CACHING]]
4274
4277
<ol>
4275
4278
<li><p> Let <var> value</var> be `<code> */*</code> `.
4276
4279
4280
+ <li><p> If <var> request</var> 's <a for=request>initiator</a> is "<code> prefetch</code> ", then set
4281
+ <var> value</var> to the <a>document `<code>Accept</code>` header value</a> .
4282
+
4277
4283
<li>
4278
- <p> A user agent should set <var> value</var> to the first matching statement, if any, switching
4279
- on <var> request</var> 's <a for=request>destination</a> :
4284
+ <p> Otherwise, the user agent should set <var> value</var> to the first matching statement, if
4285
+ any, switching on <var> request</var> 's <a for=request>destination</a> :
4280
4286
<!-- https://github.com/whatwg/fetch/issues/43#issuecomment-97909717 -->
4281
4287
4282
4288
<dl class=switch>
4283
4289
<dt> "<code> document</code> "
4284
4290
<dt> "<code> frame</code> "
4285
4291
<dt> "<code> iframe</code> "
4286
- <dd> `<code> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 </code> `
4292
+ <dd> the <a>document `<code>Accept </code>` header value</a>
4287
4293
4288
4294
<dt> "<code> image</code> "
4289
4295
<dd> `<code> image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5</code> `
0 commit comments