Re: [whatwg/url] Fix file URL reparse issue (#550)

> This only affects file URLs, right? Not all special URLs.

Yes. Non-file special URLs always have not empty host, so they aren't affected. The condition `url’s sheme is not "file:"` can be used here as well, but 5.1. step is intended for non-special URLs, so I added `url is not special`. Which one is clearer?


-- 
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/pull/550#issuecomment-704208536

Received on Tuesday, 6 October 2020 11:34:32 UTC