- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 09:07:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv22498
Modified Files:
Overview.html references.html spec.html
Log Message:
First draft of possible change to the WebSocket handshake. Also, make the protocol and API be consistently called WebSocket. (whatwg r4814)
[updated by splitter]
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -d -r1.757 -r1.758
--- Overview.html 1 Mar 2010 22:27:10 -0000 1.757
+++ Overview.html 2 Mar 2010 09:07:13 -0000 1.758
@@ -306,7 +306,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3863.
+This is revision 1.3864.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- references.html 22 Feb 2010 23:07:04 -0000 1.570
+++ references.html 2 Mar 2010 09:07:13 -0000 1.571
@@ -804,10 +804,10 @@
<dt id="refsWEBSOCKET">[WEBSOCKET]</dt>
<!--
- <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
+ <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
-->
- <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
+ <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
<dt id="refsWEBSQL">[WEBSQL]</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.762
retrieving revision 1.763
diff -u -d -r1.762 -r1.763
--- spec.html 1 Mar 2010 22:27:10 -0000 1.762
+++ spec.html 2 Mar 2010 09:07:13 -0000 1.763
@@ -304,7 +304,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3863.
+This is revision 1.3864.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -29240,10 +29240,10 @@
<dt id=refsWEBSOCKET>[WEBSOCKET]</dt>
<!--
- <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
+ <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
-->
- <dd><cite><a href=http://dev.w3.org/html5/websockets/>The Web Sockets
+ <dd><cite><a href=http://dev.w3.org/html5/websockets/>The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
<dt id=refsWEBSQL>[WEBSQL]</dt>
Received on Tuesday, 2 March 2010 09:07:18 UTC