Skip to content

Commit 4fd1997

Browse files
committed
nit
1 parent b15a255 commit 4fd1997

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

fetch.bs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,8 @@ downloads. This format of range header value can be set using <a>add a range hea
12961296
<a>implementation-defined</a> <a for=/>header value</a> for the `<code>User-Agent</code>`
12971297
<a for=/>header</a>.
12981298

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>`.
12991301

13001302
<h4 id=statuses>Statuses</h4>
13011303

@@ -2571,9 +2573,6 @@ manually. [[!HTML]]
25712573
<li><p>Return <var>potentialDestination</var>.
25722574
</ol>
25732575

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-
25772576

25782577
<h3 id=authentication-entries>Authentication entries</h3>
25792578

@@ -4194,18 +4193,18 @@ the request.
41944193

41954194

41964195
<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>.
41984197

41994198
<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>:
42024201
<!-- https://github.com/whatwg/fetch/issues/43#issuecomment-97909717 -->
42034202

42044203
<dl class=switch>
42054204
<dt>"<code>document</code>"
42064205
<dt>"<code>frame</code>"
42074206
<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>
42094208

42104209
<dt>"<code>image</code>"
42114210
<dd>`<code>image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5</code>`

0 commit comments

Comments
 (0)