CVS html5/websockets

Update of /sources/public/html5/websockets
In directory roscoe:/tmp/cvs-serv27983

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

--- /sources/public/html5/websockets/Overview.html	2013/04/19 23:53:50	1.298
+++ /sources/public/html5/websockets/Overview.html	2013/04/23 22:55:21	1.299
@@ -216,7 +216,7 @@
 
    <h1>The WebSocket API</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-19-april-2013">Editor's Draft 19 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/websockets/">http://www.w3.org/TR/websockets/</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 19 April 2013 Editor's Draft.
+  This specification is the 23 April 2013 Editor's Draft.
   </p>
 
 
@@ -614,11 +614,7 @@
 
    </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>
-
-  <hr><p>The <dfn id="dom-websocket-url" title="dom-WebSocket-url"><code>url</code></dfn> attribute must return the result of
+  </ol><hr><p>The <dfn id="dom-websocket-url" title="dom-WebSocket-url"><code>url</code></dfn> attribute must return the result of
   <span title="resolve a url">resolving</span> the <span>URL</span> that was passed to the
   constructor. (It doesn't matter what it is resolved relative to, since we already know it is an
   <span>absolute URL</span>.)</p>

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