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

Looking at other implementations:

  * Firefox leaves the path empty (which seems very wrong)
  * Edge thinks `a:` is a drive letter
      * If I change the scheme to `am:`, it changes the path to `/.//a`, basically adding a disambiguating `.` to the front.

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

Received on Thursday, 6 September 2018 18:33:50 UTC