- From: Daijirō Wachi <notifications@github.com>
- Date: Wed, 08 Feb 2017 09:56:57 -0800
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 February 2017 17:57:29 UTC
watilde commented on this pull request. > + <li> + <p>If <a>c</a> is neither "<code>/</code>" nor "<code>\</code>", run these substeps: + <ol> + <li> + <p>If <var>url</var>'s <a for=url>scheme</a> is "<code>file</code>", run these + subsubsteps: + + <ol> + <li><p>If <a>remaining</a> does not start with "<code>//</code>", + <a>syntax violation</a>. + + <li><p>Set <var>state</var> to <a>file state</a>. + </ol> + <li> + <p>Otherwise, set <var>state</var> + to <a>authority state</a>, and decrease <var>pointer</var> by one.</p> Ahh that's right! I will update it. -- 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/234
Received on Wednesday, 8 February 2017 17:57:29 UTC