- From: Rimas <notifications@github.com>
- Date: Fri, 24 Feb 2017 05:57:33 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 February 2017 13:58:27 UTC
rmisev commented on this pull request. > @@ -1172,9 +1174,9 @@ switching on <a>base URL</a>'s <a for=url>scheme</a>: <dd><p>a <a>path-relative-scheme-less-URL string</a> <dt>"<code>file</code>" <dd><p>a <a>scheme-relative-file-URL string</a> - <dd><p>a <a>path-absolute-URL string</a> if <a>base URL</a>'s <a for=url>host</a> is null + <dd><p>a <a>path-absolute-URL string</a> if <a>base URL</a>'s <a for=url>host</a> is either null or the empty string `file:/path` still parses to null host (with validation error), so maybe it's safe to leave null? -- 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#discussion_r102945088
Received on Friday, 24 February 2017 13:58:27 UTC