- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 May 2012 19:52:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets In directory hutz:/tmp/cvs-serv31215 Modified Files: Overview.html Log Message: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099) Index: Overview.html =================================================================== RCS file: /sources/public/html5/websockets/Overview.html,v retrieving revision 1.267 retrieving revision 1.268 diff -u -d -r1.267 -r1.268 --- Overview.html 2 May 2012 21:28:01 -0000 1.267 +++ Overview.html 8 May 2012 19:52:07 -0000 1.268 @@ -216,7 +216,7 @@ <h1>The WebSocket API</h1> - <h2 class="no-num no-toc" id="editor-s-draft-2-may-2012">Editor's Draft 2 May 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-may-2012">Editor's Draft 8 May 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 2 May 2012 Editor's Draft. + This specification is the 8 May 2012 Editor's Draft. </p> @@ -966,7 +966,7 @@ <li> <p>Let <var title="">event</var> be an event that uses the - <code>MessageEvent</code> interface, with the event name <code title="event-message">message</code>, which does not bubble, is + <code>MessageEvent</code> interface, with the event type <code title="event-message">message</code>, which does not bubble, is not cancelable, and has no default action. <a href="#refsHTML">[HTML]</a> @@ -1057,7 +1057,7 @@ at the <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li> <li><p>Create an event that uses the <code><a href="#closeevent">CloseEvent</a></code> - interface, with the event name <code title="event-close">close</code>, which does not bubble, is not + interface, with the event type <code title="event-close">close</code>, which does not bubble, is not cancelable, has no default action, whose <code title="dom-CloseEvent-wasClean"><a href="#dom-closeevent-wasclean">wasClean</a></code> attribute is initialized to true if the connection closed <i title="">cleanly</i> and false otherwise, whose <code title="dom-CloseEvent-code"><a href="#dom-closeevent-code">code</a></code>
Received on Tuesday, 8 May 2012 19:52:12 UTC