- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 03 Feb 2017 12:04:32 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 February 2017 20:05:04 UTC
domenic commented on this pull request. > <a>path state</a>. - <li><p>Otherwise, if <var>buffer</var> is the empty string, set - <var>state</var> to <a>path start state</a>. + <p class=note>This is a (platform-independent) Windows drive letter quirk. <var>buffer</var> + is not reset here and instead used in the <a>path state</a>. + + <li> + <p>Otherwise, if <var>buffer</var> is the empty string, then: + + <ol> + <li><p>If <var>state override</var> is given and <var>url</var> + <a>includes credentials</a>, <a>syntax violation</a>, return. I think the inconsistency is pretty confusing; when I implemented in whatwg-url I accidentally translated "return" as "bail out of the entire URL parsing algorithm". -- 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/224
Received on Friday, 3 February 2017 20:05:04 UTC