CVS html5/postmsg

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

Modified Files:
	Overview.html 
Log Message:
Remove redundant requirements. (whatwg r7852)

--- /sources/public/html5/postmsg/Overview.html	2013/04/14 23:15:26	1.141
+++ /sources/public/html5/postmsg/Overview.html	2013/04/23 22:55:16	1.142
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-14-april-2013">Editor's Draft 14 April 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-23-april-2013">Editor's Draft 23 April 2013</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 14 April 2013 Editor's Draft.
+  This specification is the 23 April 2013 Editor's Draft.
   </p>
 
   
@@ -1169,11 +1169,7 @@
 
    <li><p>Return <var title="">channel</var>.</li>
 
-  </ol><p>This constructor must be visible when the <span>script's global
-  object</span> is either a <code>Window</code> object or an object
-  implementing the <code>WorkerGlobalScope</code> interface.</p>
-
-  <p>The <dfn id="dom-channel-port1" title="dom-channel-port1"><code>port1</code></dfn> and
+  </ol><p>The <dfn id="dom-channel-port1" title="dom-channel-port1"><code>port1</code></dfn> and
   <dfn id="dom-channel-port2" title="dom-channel-port2"><code>port2</code></dfn> attributes
   must return the values they were assigned when the
   <code><a href="#messagechannel">MessageChannel</a></code> object was created.</p>

Received on Tuesday, 23 April 2013 22:55:17 UTC