@@ -4214,12 +4214,12 @@ steps:
4214
4214
<dl class=switch>
4215
4215
<dt> "<code> about</code> "
4216
4216
<dd>
4217
- <p> If <var> request</var> 's <a for=request>current URL</a>' s <a>cannot-be-a-base-URL </a> is true
4218
- and <a for=url>path</a> contains a single string "<code> blank</code> ", then return a new
4219
- <a for=/> response</a> whose <a for=response> status message</a> is `<code> OK</code> `,
4220
- <a for=response >header list </a> consist of a single <a for=/> header</a> whose
4221
- <a for=header>name </a> is `<code> Content-Type </code> ` and <a for=header>value </a> is
4222
- ` <code> text/html;charset=utf-8 </code> `, and <a for=response>body</a> is the empty byte sequence.
4217
+ <p> If <var> request</var> 's <a for=request>current URL</a>' s <a for=url>path </a> is the string
4218
+ "<code> blank</code> ", then return a new <a for=/>response</a> whose
4219
+ <a for=response> status message</a> is `<code> OK</code> `, <a for=response>header list</a> consist
4220
+ of a single <a for=/ >header</a> whose <a for=header>name </a> is ` <code> Content-Type </code> ` and
4221
+ <a for=header>value </a> is `<code> text/html;charset=utf-8 </code> `, and <a for=response>body </a> is
4222
+ the empty byte sequence.
4223
4223
4224
4224
<p> Otherwise, return a <a>network error</a> .
4225
4225
@@ -6903,9 +6903,8 @@ constructor steps are:
6903
6903
<p> If one of the following is true
6904
6904
6905
6905
<ul class=brief>
6906
- <li><p><var> parsedReferrer</var> 's <a>cannot-be-a-base-URL</a> is true, <a for=url>scheme</a>
6907
- is "<code> about</code> ", and <a for=url>path</a> contains a single string
6908
- "<code> client</code> "
6906
+ <li><p><var> parsedReferrer</var> 's <a for=url>scheme</a> is "<code> about</code> " and
6907
+ <a for=url>path</a> is the string "<code> client</code> "
6909
6908
6910
6909
<li><p><var> parsedReferrer</var> 's <a for=url>origin</a> is not <a>same origin</a> with
6911
6910
<var> origin</var>
0 commit comments