- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 09 Apr 2013 18:18:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets
In directory roscoe:/tmp/cvs-serv19957
Modified Files:
Overview.html
Log Message:
Update integration with URL spec. (whatwg r7795)
--- /sources/public/html5/websockets/Overview.html 2013/03/29 18:45:33 1.294
+++ /sources/public/html5/websockets/Overview.html 2013/04/09 18:18:36 1.295
@@ -216,7 +216,7 @@
<h1>The WebSocket API</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-29-march-2013">Editor's Draft 29 March 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-9-april-2013">Editor's Draft 9 April 2013</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/websockets/">http://www.w3.org/TR/websockets/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
</dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 29 March 2013 Editor's Draft.
+ This specification is the 9 April 2013 Editor's Draft.
</p>
@@ -1067,9 +1067,7 @@
</li>
- <li><p>If the resulting <span>parsed URL</span> does not have a <span title="concept-url-scheme">scheme</span> component whose value, when <span>converted to ASCII
- lowercase</span>, is either "<code title="">ws</code>" or "<code title="">wss</code>", then fail
- this algorithm.</li>
+ <li><p>If the resulting <span>parsed URL</span> does not have a <span title="concept-url-scheme">scheme</span> component whose value is either "<code title="">ws</code>" or "<code title="">wss</code>", then fail this algorithm.</li>
<li><p>If the resulting <span>parsed URL</span> has a non-null <span title="concept-url-fragment">fragment</span> component, then fail this algorithm.</li>
@@ -1077,8 +1075,7 @@
<span>parsed URL</span> is "<code title="">ws</code>", set <var title="">secure</var> to false;
otherwise, the <span title="concept-url-scheme">scheme</span> component is "<code title="">wss</code>", set <var title="">secure</var> to true.</li>
- <li><p>Let <var title="">host</var> be the value of the resulting <span>parsed URL</span>'s <span title="concept-url-host">host</span> component, <span>converted to ASCII
- lowercase</span>.</li>
+ <li><p>Let <var title="">host</var> be the value of the resulting <span>parsed URL</span>'s <span title="concept-url-host">host</span> component.</li>
<li><p>If the resulting <span>parsed URL</span> has a <span title="concept-url-port">port</span>
component that is not the empty string, then let <var title="">port</var> be that component's
Received on Tuesday, 9 April 2013 20:13:21 UTC