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

@achristensen07 when looking at paths I found other problems too, some of which crept into your implementation. E.g., `new URL("///x", "foo://y/")` should probably result in `foo:///x`, not `foo://x`. It seems special and non-special are not clearly separated there as they should have been.

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

Received on Thursday, 19 January 2017 18:35:27 UTC