[html5] r5962 - [e] (0) update outdated link to websocket protocol in html psec intro

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 24 13:10:15 PDT 2011


Author: ianh
Date: 2011-03-24 13:10:14 -0700 (Thu, 24 Mar 2011)
New Revision: 5962

Modified:
   index
   source
Log:
[e] (0) update outdated link to websocket protocol in html psec intro

Modified: index
===================================================================
--- index	2011-03-21 10:50:25 UTC (rev 5961)
+++ index	2011-03-24 20:10:14 UTC (rev 5962)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 21 March 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 March 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1368,10 +1368,7 @@
   <ul class=brief><li><a href=http://www.whatwg.org/specs/web-workers/current-work/>Web Workers</a>
    <li><a href=http://dev.w3.org/html5/webstorage/>Web Storage</a>
    <li><a href=http://dev.w3.org/html5/websockets/>WebSocket API</a>
-   <li><a href=http://www.whatwg.org/specs/web-socket-protocol/>WebSocket protocol</a>
-<!--
-   <li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a>
--->
+   <li><a href=http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol>WebSocket protocol</a>
    <li><a href=http://dev.w3.org/html5/eventsource/>Server-sent Events</a>
    <li><a href=http://tools.ietf.org/html/draft-abarth-mime-sniff>Media Type Sniffing</a>
    <li><a href=http://tools.ietf.org/html/draft-abarth-origin>The Web Origin Concept</a>

Modified: source
===================================================================
--- source	2011-03-21 10:50:25 UTC (rev 5961)
+++ source	2011-03-24 20:10:14 UTC (rev 5962)
@@ -105,10 +105,7 @@
    <li><a href="http://www.whatwg.org/specs/web-workers/current-work/">Web Workers</a>
    <li><a href="http://dev.w3.org/html5/webstorage/">Web Storage</a>
    <li><a href="http://dev.w3.org/html5/websockets/">WebSocket API</a>
-   <li><a href="http://www.whatwg.org/specs/web-socket-protocol/">WebSocket protocol</a>
-<!--
-   <li><a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol">WebSocket protocol</a>
--->
+   <li><a href="http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol">WebSocket protocol</a>
    <li><a href="http://dev.w3.org/html5/eventsource/">Server-sent Events</a>
    <li><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Media Type Sniffing</a>
    <li><a href="http://tools.ietf.org/html/draft-abarth-origin">The Web Origin Concept</a>




More information about the Commit-Watchers mailing list