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 10, 2017
1 parent 50cb9ab commit b33172b
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 @@ -382,7 +382,8 @@ up to three <a>ASCII digits</a> per sequence, each representing a decimal number

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

<p>A <dfn export>valid opaque-host string</dfn> must be zero or more <a>URL units</a>.
<p>An <dfn export>valid 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>valid host string</a> as it
requires context to be distinguished.
Expand Down

0 comments on commit b33172b

Please sign in to comment.