Skip to content

Commit 94ecd4c

Browse files
author
Guohui Deng
committed
Fix indentation and the "let" in the middle of sentence.
1 parent f7bdfa9 commit 94ecd4c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

fetch.bs

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5041,11 +5041,13 @@ steps:
50415041

50425042
<li><p>Let <var>type</var> be <var>blob</var>'s {{Blob/type}}.
50435043

5044+
<li><p>Let <var>coding</var> be the empty string.
5045+
50445046
<li><p>Let <var>accept-coding</var> be the result of <a for="header list">getting</a>
5045-
`<code>Accept-Encoding</code>` from <var>request</var>'s <a for=request>header list</a>.
5047+
`<code>Accept-Encoding</code>` from <var>request</var>'s <a for=request>header list</a>.
50465048
If <var>accept-encoding</var> is not null and the server selects one of the encoding options,
5047-
let <var>coding</var> be the selected encoding option; otherwise, i.e., no encoding is used,
5048-
let <var>coding</var> be <a href=https://httpwg.org/specs/rfc9110.html#field.accept-encoding>
5049+
set <var>coding</var> to the selected encoding option; otherwise, i.e., no encoding is used,
5050+
set <var>coding</var> to <a href=https://httpwg.org/specs/rfc9110.html#field.accept-encoding>
50495051
<code>"identity"</code></a>.
50505052

50515053
<li>
@@ -5152,11 +5154,13 @@ steps:
51525154
<li><p>Let <var>mimeType</var> be <var>dataURLStruct</var>'s
51535155
<a for="data: URL struct">MIME type</a>, <a lt="serialize a MIME type to bytes">serialized</a>.
51545156

5157+
<li><p>Let <var>coding</var> be the empty string.
5158+
51555159
<li><p>Let <var>accept-coding</var> be the result of <a for="header list">getting</a>
5156-
`<code>Accept-Encoding</code>` from <var>request</var>'s <a for=request>header list</a>.
5160+
`<code>Accept-Encoding</code>` from <var>request</var>'s <a for=request>header list</a>.
51575161
If <var>accept-encoding</var> is not null and the server selects one of the encoding options,
5158-
let <var>coding</var> be the selected encoding option; otherwise, i.e., no encoding is used,
5159-
let <var>coding</var> be <a href=https://httpwg.org/specs/rfc9110.html#field.accept-encoding>
5162+
set <var>coding</var> to the selected encoding option; otherwise, i.e., no encoding is used,
5163+
set <var>coding</var> to <a href=https://httpwg.org/specs/rfc9110.html#field.accept-encoding>
51605164
<code>"identity"</code></a>.
51615165

51625166
<li><p>Return a new <a for=/>response</a> whose <a for=response>status message</a> is

0 commit comments

Comments
 (0)