<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:zcorpan&#64;gmail.com" title="Simon Pieters &lt;zcorpan&#64;gmail.com&gt;"> <span class="fn">Simon Pieters</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED INVALID - WebSocket() constructor should throw SYNTAX_ERR if URL has zero or one slash after 'ws:' or 'wss:'"
   href="https://bugs.webkit.org/show_bug.cgi?id=42636">bug 42636</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>VERIFIED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED INVALID - WebSocket() constructor should throw SYNTAX_ERR if URL has zero or one slash after 'ws:' or 'wss:'"
   href="https://bugs.webkit.org/show_bug.cgi?id=42636#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED INVALID - WebSocket() constructor should throw SYNTAX_ERR if URL has zero or one slash after 'ws:' or 'wss:'"
   href="https://bugs.webkit.org/show_bug.cgi?id=42636">bug 42636</a>
              from <span class="vcard"><a class="email" href="mailto:zcorpan&#64;gmail.com" title="Simon Pieters &lt;zcorpan&#64;gmail.com&gt;"> <span class="fn">Simon Pieters</span></a>
</span></b>
        <pre><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17772#c5">https://www.w3.org/Bugs/Public/show_bug.cgi?id=17772#c5</a>

e.g. for ws:example.org/ (no base url)

<a href="https://url.spec.whatwg.org/#scheme-state">https://url.spec.whatwg.org/#scheme-state</a>
&quot;Otherwise, if url is special, set state to special authority slashes state.&quot;
-&gt;
<a href="https://url.spec.whatwg.org/#special-authority-slashes-state">https://url.spec.whatwg.org/#special-authority-slashes-state</a>
&quot;Otherwise, syntax violation, set state to special authority ignore slashes state, and decrease pointer by one.&quot;
-&gt;
<a href="https://url.spec.whatwg.org/#special-authority-ignore-slashes-state">https://url.spec.whatwg.org/#special-authority-ignore-slashes-state</a>
&quot;If c is neither &quot;/&quot; nor &quot;\&quot;, set state to authority state, and decrease pointer by one.&quot;
-&gt;
<a href="https://url.spec.whatwg.org/#authority-state">https://url.spec.whatwg.org/#authority-state</a>
&quot;Otherwise, append c to buffer.&quot;

...etc; it will parse successfully and up with the same URL record as for ws://example.org/</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>