Skip to content

Commit 89536c6

Browse files
committed
Editorial: correct some minor wording issues
Closes #1476 and closes #1477.
1 parent 8bb671b commit 89536c6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

fetch.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -951,9 +951,9 @@ a <a>byte-case-insensitive</a> match for one of
951951
<li>`<code>Range</code>`.
952952
</ul>
953953

954-
<div class="note no-backref">
954+
<div class=note>
955955
<p>These are headers that can be set by privileged APIs, and will be preserved if their associated
956-
request object is copied, but will be removed if the request is modified by unprivilaged APIs.
956+
request object is copied, but will be removed if the request is modified by unprivileged APIs.
957957

958958
<p>`<code>Range</code>` headers are commonly used by <a lt="download the hyperlink">downloads</a>
959959
and <a lt="resource fetch algorithm">media fetches</a>, although neither of these currently specify
@@ -2162,9 +2162,9 @@ string.
21622162
<dfn for=response id=concept-response-range-requested-flag>range-requested flag</dfn>, which is
21632163
initially unset.
21642164

2165-
<p class=note>This is used to ensure to prevent a partial response from an earlier ranged request
2166-
being provided to an API that didn't make a range request. See the flag's usage for a detailed
2167-
description of the attack.
2165+
<p class=note>This is used to prevent a partial response from an earlier ranged request being
2166+
provided to an API that didn't make a range request. See the flag's usage for a detailed description
2167+
of the attack.
21682168

21692169
<p>A <a for=/>response</a> has an associated <dfn for=response>request-includes-credentials</dfn>
21702170
(a boolean), which is initially true.
@@ -8372,6 +8372,7 @@ Jordan Stephens,
83728372
Jörn Zaefferer,
83738373
Joseph Pecoraro,
83748374
Josh Matthews,
8375+
jub0bs<!-- GitHub -->,
83758376
Julian Krispel-Samsel,
83768377
Julian Reschke,
83778378
송정기 (Jungkee Song),

0 commit comments

Comments
 (0)