Skip to content

Commit df5b29a

Browse files
committed
Editorial: scheme is not a standalone type
Remove more instances where a concept member is used as a type.
1 parent 3bd2cae commit df5b29a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

fetch.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -279,19 +279,19 @@ number.
279279

280280
<h3 id=url>URL</h3>
281281

282-
<p>A <dfn export>local scheme</dfn> is a <a for=url>scheme</a> that is "<code>about</code>",
283-
"<code>blob</code>", or "<code>data</code>".
282+
<p>A <dfn export>local scheme</dfn> is "<code>about</code>", "<code>blob</code>", or
283+
"<code>data</code>".
284284

285285
<p>A <a for=/>URL</a> <dfn export>is local</dfn> if its <a for=url>scheme</a> is a
286286
<a>local scheme</a>.
287287

288288
<p class=note>This definition is also used by <cite>Referrer Policy</cite>. [[REFERRER]]
289289

290-
<p>An <dfn export id=http-scheme>HTTP(S) scheme</dfn> is a <a for=url>scheme</a> that is
291-
"<code>http</code>" or "<code>https</code>".
290+
<p>An <dfn export id=http-scheme>HTTP(S) scheme</dfn> is "<code>http</code>" or
291+
"<code>https</code>".
292292

293-
<p>A <dfn export>fetch scheme</dfn> is a <a for=url>scheme</a> that is "<code>about</code>",
294-
"<code>blob</code>", "<code>data</code>", "<code>file</code>", or an <a>HTTP(S) scheme</a>.
293+
<p>A <dfn export>fetch scheme</dfn> is "<code>about</code>", "<code>blob</code>",
294+
"<code>data</code>", "<code>file</code>", or an <a>HTTP(S) scheme</a>.
295295

296296
<p class="note no-backref"><a>HTTP(S) scheme</a> and <a>fetch scheme</a> are also used by
297297
<cite>HTML</cite>. [[HTML]]
@@ -2810,7 +2810,7 @@ run these steps:
28102810
request <a for=/>header</a> indicates where a
28112811
<a for=/>fetch</a> originates from.
28122812

2813-
<p class="note no-backref">The `<a http-header><code>Origin</code></a>` header is a version of the
2813+
<p class=note>The `<a http-header><code>Origin</code></a>` header is a version of the
28142814
`<code>Referer</code>` [sic] header that does not reveal a <a for=url>path</a>. It is used for all
28152815
<a lt="HTTP fetch">HTTP fetches</a> whose <a for=/>request</a>'s
28162816
<a for=request>response tainting</a> is "<code>cors</code>", as well as those where

0 commit comments

Comments
 (0)