Skip to content

Commit

Permalink
Update url.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jan 13, 2023
1 parent 8a1aee1 commit 94032c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ valid input. User agents, especially conformance checkers, are encouraged to rep
<p>Input's <a for=url>scheme</a> is missing and no <a>base URL</a> is given:
<pre><code class=lang-javascript>
let url = new URL("💩");</code></pre>
<p>Input's <a for=url>scheme</a> is missing, but the <a>base URL</a>'s
<a>cannot-be-a-base-URL flag</a> is set.
<p>Input's <a for=url>scheme</a> is missing, but the <a>base URL</a> has an
<a for=url>opaque path</a>.
<pre><code class=lang-javascript>
let url = new URL("💩", "mailto:[email protected]");</code></pre>
</div>
Expand Down

0 comments on commit 94032c4

Please sign in to comment.