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

According to https://quuz.org/url/liveview.html#a:///a , `a:///a` and `a:/a` parse to the same thing (a URL with protocol `a:` and path `/a`) so I would think that it ought to get serialized to `a:////a` where it'll get the `//a` path (consistent with its original parse).

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

Received on Thursday, 6 September 2018 18:19:10 UTC