- From: Trevor Rowbotham <notifications@github.com>
- Date: Wed, 08 Feb 2017 13:19:27 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2017 21:20:03 UTC
TRowbotham commented on this pull request. > @@ -223,18 +231,36 @@ point <a for=/>URLs</a> from <var>A</var> can come from untrusted sources. <h2 id="hosts-(domains-and-ip-addresses)">Hosts (domains and IP addresses)</h2> -<!-- Punycode: - https://tools.ietf.org/html/rfc3492 - https://mothereff.in/punycode --> +<p>At a high level, a <a for=/>host</a>, <a>valid host string</a>, <a>host parser</a>, and +<a>host serializer</a> relate as follows: + +<ul> + <li><p>The <a>host parser</a> takes an arbitrary string and returns either failure or a + <a for=/>host</a>. (This <a for=/>host</a> cannot be an <a>opaque host</a>; those can only be + returned through the <a>URL parser</a>.) cdbcce6 made it so that the host parser can return an opaque host, so this note is no longer true. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/228#pullrequestreview-20871475
Received on Wednesday, 8 February 2017 21:20:03 UTC