html5/websockets Overview.html,1.107,1.108

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

Modified Files:
	Overview.html 
Log Message:
Rename DOM attributes to IDL attributes. (whatwg r3713)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html	30 Aug 2009 00:02:01 -0000	1.107
+++ Overview.html	31 Aug 2009 02:26:42 -0000	1.108
@@ -173,7 +173,7 @@
    <h1>The Web Sockets API</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-30-august-2009">Editor's Draft 30 August 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-31-august-2009">Editor's Draft 31 August 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -242,7 +242,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 30 August 2009 Editor's Draft.
+  This specification is the 31 August 2009 Editor's Draft.
   <!--:ZZZ-->
   <p>This specification is being developed in conjunction with an
   Internet Draft for a wire protocol, the Web Socket Protocol,
@@ -426,7 +426,7 @@
   not yet sent. If the connection is closed, this attribute's value
   will only increase with each call to the <code title="dom-WebSocket-send"><a href="#dom-websocket-send">send()</a></code> method (the number does not
   reset to zero once the connection closes).<hr><p>The following are the <span>event handler attributes</span> that
-  must be supported, as DOM attributes, by all objects implementing
+  must be supported, as IDL attributes, by all objects implementing
   the <code><a href="#websocket">WebSocket</a></code> interface:<table><thead><tr><th><span title="event handler attributes">event handler attribute</span> <th><span>Event handler event type</span>
    <tbody><tr><td><dfn id="handler-websocket-onopen" title="handler-WebSocket-onopen"><code>onopen</code></dfn> <td> <code title="event-open">open</code>
     <tr><td><dfn id="handler-websocket-onmessage" title="handler-WebSocket-onmessage"><code>onmessage</code></dfn> <td> <code title="event-message">message</code>

Received on Monday, 31 August 2009 02:26:54 UTC