CVS html5/postmsg

Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv31070

Modified Files:
	Overview.html 
Log Message:
Update references to DOM spec so they call it its real name. (Boy am I late to _this_ party.) This update will also make <iframe seamless> do event retargetting once DOM is updated to support that (see bug 18780 - marked this bug 'editorial' since this change doesn't work without the DOM stuff). Also, a lot of clean-up to affected areas. (whatwg r7562)

--- /sources/public/html5/postmsg/Overview.html	2012/11/24 04:52:02	1.131
+++ /sources/public/html5/postmsg/Overview.html	2012/12/04 23:56:04	1.132
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-24-november-2012">Editor's Draft 24 November 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-4-december-2012">Editor's Draft 4 December 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>
@@ -348,7 +348,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 November 2012 Editor's Draft.
+  This specification is the 4 December 2012 Editor's Draft.
   </p>
 
   
@@ -473,8 +473,7 @@
   <p>The term DOM is used to refer to the API set made available to
   scripts in Web applications, and does not necessarily imply the
   existence of an actual <code>Document</code> object or of any other
-  <code>Node</code> objects as defined in the DOM Core
-  specifications. <a href="#refsDOMCORE">[DOMCORE]</a></p>
+  <code>Node</code> objects as defined in the DOM specifications. <a href="#refsDOM">[DOM]</a></p>
 
   <p>An IDL attribute is said to be <em>getting</em> when its value is
   being retrieved (e.g. by author script), and is said to be
@@ -1617,8 +1616,8 @@
 
   
 
-  <dl><dt id="refsDOMCORE">[DOMCORE]</dt>
-   <dd><cite><a href="http://dom.spec.whatwg.org/">Web DOM Core</a></cite>, A. van Kesteren. WHATWG.</dd>
+  <dl><dt id="refsDOM">[DOM]</dt>
+   <dd><cite><a href="http://dom.spec.whatwg.org/">DOM</a></cite>, A. van Kesteren, A. Gregor, Ms2ger. WHATWG.</dd>
 
    <dt id="refsEVENTSOURCE">[EVENTSOURCE]</dt>
    

Received on Tuesday, 4 December 2012 23:56:06 UTC