Skip to content

Commit 4ccf3a9

Browse files
committed
Fix build and cross link to algorithms
1 parent 7162b58 commit 4ccf3a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

fetch.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,7 +3259,8 @@ through TLS using ALPN. The protocol cannot be spoofed through HTTP requests in
32593259
URLs</a> to attempt to fetch them over <a>potentially trustworthy URLs</a>. If an upgraded request
32603260
fails with a network error, it is retried over the original URL.
32613261

3262-
<p>The HTTPS upgrading algorithm consists of upgrade and fallback algorithms.
3262+
<p>The HTTPS upgrading algorithm consists of <a>upgrade an HTTP request</a> and <a>HTTPS upgrade
3263+
fallback</a> algorithms.
32633264

32643265
<div algorithm>
32653266
<h4 id=https-upgrades-upgrade>HTTPS upgrade algorithm</h4>
@@ -4540,8 +4541,9 @@ steps:
45404541
<p>Optionally, run <a>upgrade an HTTP request</a> algorithm on <var>request</var>, if appropriate</a>.
45414542

45424543
<p class=note>HTTPS upgrading only applies to requests with <a>HTTP(S) scheme</a>s, but it's done
4543-
in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content</a>
4544-
step runs next and applies to the upgraded request.
4544+
in <a>main fetch</a> instead of <a>HTTP fetch</a> to ensure that <a>upgrade a mixed content
4545+
<var>request</var> to a potentially trustworthy URL, if appropriate</a> step runs next and applies
4546+
to the upgraded request.
45454547

45464548
<li><p><a>Upgrade a mixed content <var>request</var> to a potentially trustworthy URL, if appropriate</a>.
45474549

0 commit comments

Comments
 (0)