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

@achristensen07 to clarify, the change basically makes it okay to use "%", "[", "]", and ":" (within "[" and "]") in opaque hosts. That way input such as `non-special://[%30:x]/` would work end up with a host of `[%30:x]`.

-- 
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-277941307

Received on Tuesday, 7 February 2017 09:11:51 UTC