- From: Rimas <notifications@github.com>
- Date: Mon, 06 Mar 2017 06:45:56 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 March 2017 14:53:41 UTC
I think your changes are OK. Yet I have changed the "Windows drive letter quirk" in the path state, to be more logical (no validation error if host null) and consistent (null host is left the null): For example, now: `file:/C:/p` --> `host === null` as for `file:/a/p` also `host === null`, but `file://example.net/C:/` --> `host === ""` Now LGTM. -- 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/260#issuecomment-284415731
Received on Monday, 6 March 2017 14:53:41 UTC