- From: Rimas Misevičius <notifications@github.com>
- Date: Tue, 06 Oct 2020 04:34:19 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 6 October 2020 11:34:32 UTC
> 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