- From: Rimas <notifications@github.com>
- Date: Fri, 10 Mar 2017 03:33:16 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 10 March 2017 11:34:19 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.
I think the last item must be:
<p>4. If <var>url</var>'s <a for=url>host</a> is an <a>empty host</a> or null,
and <var>buffer</var> is a <a>special scheme</a>, then return.
--
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#pullrequestreview-26258483
Received on Friday, 10 March 2017 11:34:19 UTC