Skip to content

Commit f787850

Browse files
authored
Editorial: simplify "cannot have a username/password/port"
1 parent 9d2d00c commit f787850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

url.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@ not a <a>special scheme</a>.
14481448
<a for=/>string</a>.
14491449

14501450
<p>A <a for=/>URL</a> <dfn export>cannot have a username/password/port</dfn> if its
1451-
<a for=url>host</a> is null or the empty string, it has an <a for=url>opaque path</a>, or its
1452-
<a for=url>scheme</a> is "<code>file</code>".
1451+
<a for=url>host</a> is null or the empty string, or its <a for=url>scheme</a> is
1452+
"<code>file</code>".
14531453

14541454
<p>A <a for=/>URL</a> can be designated as <dfn id=concept-base-url>base URL</dfn>.
14551455

0 commit comments

Comments
 (0)