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

> Firefox seems to fail to parse the URL

Interesting aside: I don't think it fails to parse. As far as I can tell it's parsing it as having protocol `a:` but some kind of hidden "scheme data" of `/a/..//a`. Parsing failure always results in a protocol of just `:`.

Weirder and weirder, `new URL("a:/a/..//ab")` in Firefox has a pathname of `/a/..//a`. It's only `<a>` elements that have the hidden "scheme data".

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

Received on Friday, 7 September 2018 15:36:17 UTC