Skip to content

Commit

Permalink
Make IPv6 addresses in special URLs valid
Browse files Browse the repository at this point in the history
I forgot about this in #218.
  • Loading branch information
annevk committed Feb 9, 2017
1 parent 2b3c864 commit 82c00f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ separated from each other by "<code>.</code>".

XXX should we define the format inline instead just like STD 66? -->

<p>An <dfn export>opaque-host string</dfn> must be zero or more <a>URL units</a>.
<p>An <dfn export>opaque-host string</dfn> must be zero or more <a>URL units</a> or:
"<code>[</code>", followed by an <a>IPv6 address string</a>, followed by "<code>]</code>".

<p class="note no-backref">This is not part of the definition of <a>host string</a> as it requires
context to be distinguished.
Expand Down

0 comments on commit 82c00f7

Please sign in to comment.