html5/websockets Overview.html,1.275,1.276

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

Modified Files:
	Overview.html 
Log Message:
markup error (whatwg r7273)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- Overview.html	24 Aug 2012 00:23:15 -0000	1.275
+++ Overview.html	25 Aug 2012 02:56:04 -0000	1.276
@@ -216,7 +216,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-24-august-2012">Editor's Draft 24 August 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-25-august-2012">Editor's Draft 25 August 2012</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>
@@ -352,7 +352,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 24 August 2012 Editor's Draft.
+  This specification is the 25 August 2012 Editor's Draft.
   </p>
 
 
@@ -506,7 +506,7 @@
 
   <h2 id="the-websocket-interface"><span class="secno">4 </span>The <code><a href="#websocket">WebSocket</a></code> interface</h2>
 
-  <pre class="idl">enum <dfn id="binarytype">BinaryType</dfn> { "<span title="dom-BinaryType-blob">blob</span>", "<span>dom-BinaryType-arraybuffer"&gt;arraybuffer</span>" };
+  <pre class="idl">enum <dfn id="binarytype">BinaryType</dfn> { "<span title="dom-BinaryType-blob">blob</span>", "<span title="dom-BinaryType-arraybuffer">arraybuffer</span>" };
 [<a href="#dom-websocket" title="dom-WebSocket">Constructor</a>(DOMString url, optional (DOMString or DOMString[]) protocols)]
 interface <dfn id="websocket">WebSocket</dfn> : <span>EventTarget</span> {
   readonly attribute DOMString <a href="#dom-websocket-url" title="dom-WebSocket-url">url</a>;

Received on Saturday, 25 August 2012 02:56:09 UTC