annevk: Web Socket is now WebSocket; also linkify

annevk: Web Socket is now WebSocket; also linkify

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.91&r2=1.92&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Overview.html 2 Mar 2010 08:21:58 -0000 1.91
+++ Overview.html 2 Mar 2010 09:07:04 -0000 1.92
@@ -1465,7 +1465,11 @@
    specifications:
 
   <ul>
-   <li>Web Sockets
+   <li><a href="http://dev.w3.org/html5/websockets/">WebSocket API</a>
+
+   <li><a
+    href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket
+    protocol</a>
 
    <li><a href="http://dev.w3.org/html5/eventsource/">Server-Sent Events</a>
 
@@ -1530,7 +1534,7 @@
     <code>embed</code> element now have to match the XML <code>Name</code>
     production and cannot contain a colon.
 
-   <li>Web Socket API is introduced for bidirectional communication with a
+   <li>WebSocket API is introduced for bidirectional communication with a
     server.
 
    <li>The default value of <code>volume</code> on media elements is now 1.0

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- Overview.src.html 2 Mar 2010 08:21:58 -0000 1.69
+++ Overview.src.html 2 Mar 2010 09:07:04 -0000 1.70
@@ -1234,7 +1234,8 @@
     standalone specifications:</p>
     
     <ul>
-     <li>Web Sockets</li>
+     <li><a href="http://dev.w3.org/html5/websockets/">WebSocket API</a></li>
+     <li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a></li>
      <li><a href="http://dev.w3.org/html5/eventsource/">Server-Sent Events</a></li>
      <li><a href="http://dev.w3.org/html5/webstorage/">Web Storage</a> (<code>localStorage</code> and <code>sessionStorage</code>)</li>
      <li><a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database</a></li>
@@ -1282,7 +1283,7 @@
      <li><code>data-<var>*</var></code> attributes and custom attributes on
      the <code>embed</code> element now have to match the XML
      <code>Name</code> production and cannot contain a colon.</li>
-     <li>Web Socket API is introduced for bidirectional communication with a
+     <li>WebSocket API is introduced for bidirectional communication with a
      server.</li>
      <li>The default value of <code>volume</code> on media elements is now
      1.0 rather than 0.5.</li>

Received on Tuesday, 2 March 2010 09:07:42 UTC