@@ -2571,6 +2571,9 @@ manually. [[!HTML]]
2571
2571
<li><p> Return <var> potentialDestination</var> .
2572
2572
</ol>
2573
2573
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
+
2574
2577
2575
2578
<h3 id=authentication-entries>Authentication entries</h3>
2576
2579
@@ -4189,11 +4192,9 @@ the request.
4189
4192
<ol>
4190
4193
<li><p> Let <var> value</var> be `<code> */*</code> `.
4191
4194
4192
- <li><p> Let <var> documentAccept</var> be
4193
- `<code> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> `.
4194
4195
4195
4196
<li><p> If <var> request</var> 's <a for=request>initiator</a> is "<code> prefetch</code> ", then set
4196
- <var> value</var> to <var> documentAccept </var > .
4197
+ <var> value</var> to <a lt="document Accept header value">document `Accept` header value</a > .
4197
4198
4198
4199
<li>
4199
4200
<p> A user agent should set <var> value</var> to the first matching statement, if any, switching
@@ -4204,7 +4205,7 @@ the request.
4204
4205
<dt> "<code> document</code> "
4205
4206
<dt> "<code> frame</code> "
4206
4207
<dt> "<code> iframe</code> "
4207
- <dd><var> documentAccept </var >
4208
+ <dd> <a lt="document Accept header value">document `Accept` header value</a >
4208
4209
4209
4210
<dt> "<code> image</code> "
4210
4211
<dd> `<code> image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5</code> `
0 commit comments