Skip to content

Commit 7019eaa

Browse files
committed
fix
1 parent 839b636 commit 7019eaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fetch.bs

+4-3
Original file line numberDiff line numberDiff line change
@@ -1761,17 +1761,18 @@ source of security bugs. Please seek security review for features that deal with
17611761

17621762
<p class="note">This is not <var>response</var>'s <a for=response>URL</a> in order to avoid
17631763
leaking information about redirect targets (see
1764-
<a href="https://w3c.github.io/webappsec-csp/#security-violation-reports">similar considerations
1765-
for CSP reporting</a> too).
1764+
<a href="https://w3c.github.io/webappsec-csp/#security-violation-reports">similar considerations for CSP reporting</a>
1765+
too). [[CSP]]
17661766

17671767
<li><p><a>Set the username</a> given <var>url</var> and the empty string.
17681768

17691769
<li><p><a>Set the password</a> given <var>url</var> and the empty string.
17701770

1771-
<li><p>Return <var>url</var> <a lt="url serializer">serialized</a>with the
1771+
<li><p>Return the <a lt="url serializer">serialization</a> of <var>url</var> with the
17721772
<i>exclude fragment flag</i> set.
17731773
</ol>
17741774

1775+
17751776
<h4 id=responses>Responses</h4>
17761777

17771778
<p>The result of <a for=/>fetch</a> is a

0 commit comments

Comments
 (0)