html5/websockets/publish CR-websockets-Aug-2012.html,1.2,1.3

Update of /sources/public/html5/websockets/publish
In directory hutz:/tmp/cvs-serv672

Modified Files:
	CR-websockets-Aug-2012.html 
Log Message:
fix missing reference per Julian suggestion

Index: CR-websockets-Aug-2012.html
===================================================================
RCS file: /sources/public/html5/websockets/publish/CR-websockets-Aug-2012.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CR-websockets-Aug-2012.html	19 Jul 2012 15:19:16 -0000	1.2
+++ CR-websockets-Aug-2012.html	19 Jul 2012 16:53:42 -0000	1.3
@@ -1068,7 +1068,7 @@
    attribute is initialized to <i>the WebSocket connection close code</i>, and
    whose <code title="dom-CloseEvent-reason"><a href="#dom-closeevent-reason">reason</a></code> attribute
    is initialized to <i>the WebSocket connection close reason</i>
-   <span><!--MISSINGREF-->decoded as UTF-8, with error handling</span>, and dispatch
+   <a href="http://dev.w3.org/html5/spec/single-page.html#decoded-as-utf-8-with-error-handling">decoded as UTF-8, with error handling</a>, and dispatch
    the event at the <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li>
 
   </ol><p>The <a href="http://dev.w3.org/html5/spec/webappapis.html#task-source">task source</a> for all <span title="concept-task">tasks</span> <span title="queue a

Received on Thursday, 19 July 2012 16:53:48 UTC