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

Given that different browsers preserve the case of notspecial://CamelCase for different reasons, I think we should keep the spec as it is.  I think I'm willing to change WebKit to punycode encode nonspecial hosts (changing uppercase ASCII to lowercase) to continue to have a spec that has hosts in nonspecial schemes.  Alternatives would be to percent encode nonspecial schemes, which I think is strange and shouldn't be done, or considering asdf://host to have a path of "//host", which shouldn't be done.

-- 
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#issuecomment-251538247

Received on Tuesday, 4 October 2016 23:01:26 UTC