Re: [whatwg/url] Fix: allow percent encoded code points in the non-special URLs host (#218)

My implementation tries to parse and canonicalize a host as an ipv6 address before going to the different behavior for special/non-special.  That's also what the current spec says.  We could disallow [ and ] if it's not a valid ipv6 address.  No problem.

-- 
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/218#issuecomment-278105668

Received on Tuesday, 7 February 2017 19:02:29 UTC