Re: [whatwg/url] Use empty host for file URL's (#260)

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