- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 07 Feb 2017 12:03:44 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 February 2017 20:04:44 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. Err, nevermind, that is what's happening. I guess what I meant is that I translated this as "bail out of this step and go back to step 11". Basically I saw two different types of bail-outs, and since I knew that "abort these steps" meant the one, I assumed that "return" meant the other one. I think it's best to change them all at once or not at all. -- 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 Tuesday, 7 February 2017 20:04:44 UTC