CVS html5/workers

Update of /sources/public/html5/workers
In directory roscoe:/tmp/cvs-serv28007

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

--- /sources/public/html5/workers/Overview.html	2013/04/23 22:51:42	1.380
+++ /sources/public/html5/workers/Overview.html	2013/04/23 22:55:23	1.381
@@ -1965,12 +1965,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><a href="#workerglobalscope">WorkerGlobalScope</a></code>
-  interface.</p>
-
-
-  <h4 id="shared-workers-and-the-sharedworker-interface"><span class="secno">4.7.3 </span>Shared workers and the <code><a href="#sharedworker">SharedWorker</a></code> interface</h4>
+  </ol><h4 id="shared-workers-and-the-sharedworker-interface"><span class="secno">4.7.3 </span>Shared workers and the <code><a href="#sharedworker">SharedWorker</a></code> interface</h4>
 
   <pre class="idl">[<a href="#dom-sharedworker" title="dom-SharedWorker">Constructor</a>(DOMString scriptURL, optional DOMString name)]
 interface <dfn id="sharedworker">SharedWorker</dfn> : <span>EventTarget</span> {
@@ -2164,11 +2159,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><a href="#workerglobalscope">WorkerGlobalScope</a></code>
-  interface.</p>
-
-  <p>The <span>task source</span> for the tasks mentioned above is the <span>DOM manipulation task
+  </ol><p>The <span>task source</span> for the tasks mentioned above is the <span>DOM manipulation task
   source</span>.</p>
 
 

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