postmsg; hixie: Move slightly more towards using the word 'type' rather than 'name' for the concept of an event name (whatwg r7099)

postmsg; hixie: Move slightly more towards using the word 'type' rather
than 'name' for the concept of an event name (whatwg r7099)

http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.116&r2=1.117&f=h
http://html5.org/tools/web-apps-tracker?from=7098&to=7099

===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.html 24 Apr 2012 21:25:12 -0000 1.116
+++ Overview.html 8 May 2012 19:51:59 -0000 1.117
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-24-april-2012">Editor's Draft 24 April 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/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,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 April 2012 Editor's Draft.
+  This specification is the 8 May 2012 Editor's Draft.
   </p>
 
   
@@ -888,7 +888,7 @@
    <li>
 
     <p>Create an event that uses the <code><a href="#messageevent">MessageEvent</a></code>
-    interface, with the event name <code title="event-message"><a href="#event-message">message</a></code>, which does not bubble, is
+    interface, with the event type <code title="event-message"><a href="#event-message">message</a></code>, which does not bubble, is
     not cancelable, and has no default action. The <code title="dom-MessageEvent-data"><a href="#dom-messageevent-data">data</a></code> attribute must be
     initialized to the value of <var title="">message clone</var>, the
     <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute must

Received on Tuesday, 8 May 2012 19:52:09 UTC