Skip to content

Commit

Permalink
Fix Windows drive letter handling in the file slash state
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Sep 11, 2017
1 parent 7652071 commit 1ee0d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion url.bs
Expand Up @@ -1897,7 +1897,8 @@ string <var>input</var>, optionally with a <a>base URL</a> <var>base</var>, opti
<ol>
<li>
<p>If <var>base</var> is non-null and <var>base</var>'s <a for=url>scheme</a> is
"<code>file</code>", then:
"<code>file</code>" and the substring from <var>pointer</var> in the <var>input</var> does
not <a lt="starts with Windows drive letter">start with Windows drive letter</a>, then:

<ol>
<li>
Expand Down

0 comments on commit 1ee0d39

Please sign in to comment.