Re: [whatwg/url] Add non-special-URL hosts (#185)

@achristensen07 it seems if those code points would become part of the host you would get serialization issues. I don't think they can become part of the host due to the URL tokenizer so maybe it's fine to remove them there, assuming nobody invokes the host parser directly. Although I suppose the code point that does not apply to is U+0020.

I don't understand what `https://` as a base URL would do. Are they using `//host/path` scheme-relative URL strings and expect them to be HTTPS once parsed?

-- 
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/185#issuecomment-274251855

Received on Saturday, 21 January 2017 09:59:20 UTC