Re: [whatwg/url] Reparsing problem with non-special URL and double-dot path component (#415)

For https://jsdom.github.io/whatwg-url/#url=YTovYS8uLi8vYQ==&base=YWJvdXQ6Ymxhbms= Safari behaves per spec (and has a reparsing issue), Firefox seems to fail to parse the URL, and Chrome gives `/a/..//a` as path, which is weird, but basically means they don't have relative URL handling for this scheme.

I guess when we decide to use relative URL handling we should really set the host to a non-null value.

-- 
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/415#issuecomment-419435475

Received on Friday, 7 September 2018 13:15:35 UTC