- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 07 Sep 2018 08:35:56 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 September 2018 15:36:17 UTC
> 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