Re: [whatwg/url] Fix Windows drive letter handling in the file slash state (#343)

rmisev commented on this pull request.



> + <table>
+  <tr>
+   <th>String
+   <th>Starts with a Windows drive letter
+  <tr>
+   <td>"<code>c:</code>"
+   <td>✅
+  <tr>
+   <td>"<code>c:/</code>"
+   <td>✅
+  <tr>
+   <td>"<code>c:a</code>"
+   <td>❌
+ </table>
+</div>
+

Which one is preferred: `yes`/`no` or `true`/`false`?

cc @annevk

-- 
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/343#discussion_r139360572

Received on Monday, 18 September 2017 08:24:54 UTC