html5/websockets Overview.html,1.274,1.275

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

Modified Files:
	Overview.html 
Log Message:
Misc cleanup (whatwg r7263)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.html	23 Aug 2012 22:15:19 -0000	1.274
+++ Overview.html	24 Aug 2012 00:23:15 -0000	1.275
@@ -216,7 +216,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-23-august-2012">Editor's Draft 23 August 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-24-august-2012">Editor's Draft 24 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 23 August 2012 Editor's Draft.
+  This specification is the 24 August 2012 Editor's Draft.
   </p>
 
 
@@ -1212,7 +1212,7 @@
 interface <dfn id="closeevent">CloseEvent</dfn> : <span>Event</span> {
   readonly attribute boolean <a href="#dom-closeevent-wasclean" title="dom-CloseEvent-wasClean">wasClean</a>;
   readonly attribute unsigned short <a href="#dom-closeevent-code" title="dom-CloseEvent-code">code</a>;
-  readonly attribute DOMString <span title="dom-WebSocket-reason">reason</span>;
+  readonly attribute DOMString <a href="#dom-closeevent-reason" title="dom-CloseEvent-reason">reason</a>;
 };
 
 dictionary <dfn id="closeeventinit">CloseEventInit</dfn> : <span>EventInit</span> {

Received on Friday, 24 August 2012 00:23:23 UTC