[whatwg/url] Change host parser for non-special schemes (#148)

`new URL("unknown://†/")` does not result in "Punycode" (results in `%E2%80%A0`) and `new URL("notspecial://H%4fSt/path")` does not remove the URL encoding (results in `H%4fSt` not `host`). It seems all implementations are in agreement here so I'm not sure it's a change worth pursuing. Barring any objections I plan on changing the standard.

Acknowledge: Alex Christensen.

-- 
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/issues/148

Received on Tuesday, 4 October 2016 08:33:00 UTC