Skip to content

Commit 8fb8684

Browse files
authored
Editorial: move some terminology to the Fetch Standard
These weren’t used by the URL Standard directly so might as well go to Fetch: * local scheme * is local * HTTP(S) scheme * network scheme * fetch scheme Change to Fetch: whatwg/fetch#512. Fixes #241.
1 parent 7286569 commit 8fb8684

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

Diff for: url.bs

+1-23
Original file line numberDiff line numberDiff line change
@@ -1112,29 +1112,6 @@ corresponding <a for=url>port</a> and is listed in the second column on the same
11121112
<p>A <a for=/>URL</a> <dfn export>is special</dfn> if its <a for=url>scheme</a> is a
11131113
<a>special scheme</a>.
11141114

1115-
<p>A <dfn export>local scheme</dfn> is a <a for=url>scheme</a> that is "<code>about</code>",
1116-
"<code>blob</code>", "<code>data</code>", or "<code>filesystem</code>".
1117-
1118-
<p>A <a for=/>URL</a> <dfn export>is local</dfn> if its <a for=url>scheme</a> is a
1119-
<a>local scheme</a>.
1120-
1121-
<p class=note>This definition is used externally. E.g., by the Fetch Standard and
1122-
Referrer Policy. [[FETCH]] [[REFERRER-POLICY]]
1123-
<!-- And soonish CSP -->
1124-
1125-
<p>An <dfn export id=http-scheme>HTTP(S) scheme</dfn> is a <a for=url>scheme</a> that is
1126-
"<code>http</code>" or "<code>https</code>".
1127-
1128-
<p>A <dfn export>network scheme</dfn> is a <a for=url>scheme</a> that is "<code>ftp</code>" or an
1129-
<a>HTTP(S) scheme</a>.
1130-
1131-
<p>A <dfn export>fetch scheme</dfn> is a <a for=url>scheme</a> that is "<code>about</code>",
1132-
"<code>blob</code>", "<code>data</code>", "<code>file</code>", "<code>filesystem</code>", or a
1133-
<a>network scheme</a>.
1134-
1135-
<p class="note no-backref"><a>HTTP(S) scheme</a>, <a>network scheme</a>, and <a>fetch scheme</a> are
1136-
used by HTML. [[HTML]]
1137-
11381115
<p>A <a for=/>URL</a>
11391116
<dfn export lt="include credentials|includes credentials">includes credentials</dfn> if its
11401117
<a for=url>username</a> or <a for=url>password</a> is not the empty string.
@@ -3193,6 +3170,7 @@ Chris Rebert,
31933170
Corey Farwell,
31943171
Dan Appelquist,
31953172
Daniel Bratell,
3173+
Daniel Stenberg,
31963174
David Burns,
31973175
David Håsäther,
31983176
David Sheets,

0 commit comments

Comments
 (0)