- From: Rimas <notifications@github.com>
- Date: Fri, 10 Mar 2017 03:48:48 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 March 2017 11:50:11 UTC
rmisev commented on this pull request. > <li><p>If <var>url</var>'s <a for=url>scheme</a> is a <a>special scheme</a> and <var>buffer</var> is not, then return. <li><p>If <var>url</var>'s <a for=url>scheme</a> is not a <a>special scheme</a> and <var>buffer</var> is, then return. + + <li><p>If <var>url</var> <a>includes credentials</a> or has a non-null <a for=url>port</a>, + and <var>buffer</var> is "<code>file</code>", then return. + + <li><p>If <var>url</var>'s <a for=url>scheme</a> is "<code>file</code>" and its + <a for=url>host</a> is an <a>empty host</a> or null, then return. Yes you are right. -- 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/269#discussion_r105382271
Received on Friday, 10 March 2017 11:50:11 UTC