[html5] r7852 - [e] (0) Remove redundant requirements. Fixing https://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 23 15:55:14 PDT 2013


Author: ianh
Date: 2013-04-23 15:55:12 -0700 (Tue, 23 Apr 2013)
New Revision: 7852

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove redundant requirements.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21335
Affected topics: DOM APIs, HTML, Workers

Modified: complete.html
===================================================================
--- complete.html	2013-04-23 22:51:39 UTC (rev 7851)
+++ complete.html	2013-04-23 22:55:12 UTC (rev 7852)
@@ -79353,13 +79353,8 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
-  interface.</p>
+  </ol><h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.6.3 </span>Shared workers and the <code><a href=#sharedworker>SharedWorker</a></code> interface</h5>
 
-
-  <h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.6.3 </span>Shared workers and the <code><a href=#sharedworker>SharedWorker</a></code> interface</h5>
-
   <pre class=idl>[<a href=#dom-sharedworker title=dom-SharedWorker>Constructor</a>(DOMString scriptURL, optional DOMString name)]
 interface <dfn id=sharedworker>SharedWorker</dfn> : <a href=#eventtarget>EventTarget</a> {
   readonly attribute <a href=#messageport>MessagePort</a> <a href=#dom-sharedworker-port title=dom-SharedWorker-port>port</a>;
@@ -79552,11 +79547,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
-  interface.</p>
-
-  <p>The <a href=#task-source>task source</a> for the tasks mentioned above is the <a href=#dom-manipulation-task-source>DOM manipulation task
+  </ol><p>The <a href=#task-source>task source</a> for the tasks mentioned above is the <a href=#dom-manipulation-task-source>DOM manipulation task
   source</a>.</p>
 
 
@@ -79991,11 +79982,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global
-  object</a> is either a <code><a href=#window>Window</a></code> object or an object
-  implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface.</p>
-
-  <hr><p>The <dfn id=dom-eventsource-url title=dom-EventSource-url><code>url</code></dfn>
+  </ol><hr><p>The <dfn id=dom-eventsource-url title=dom-EventSource-url><code>url</code></dfn>
   attribute must return the <a href=#absolute-url>absolute URL</a> that resulted
   from <a href=#resolve-a-url title="resolve a url">resolving</a> the value that was
   passed to the constructor.</p> <!-- not the result of redirects,
@@ -80872,11 +80859,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></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
   <a href=#resolve-a-url title="resolve a url">resolving</a> the <a href=#url>URL</a> that was passed to the
   constructor. (It doesn't matter what it is resolved relative to, since we already know it is an
   <a href=#absolute-url>absolute URL</a>.)</p>
@@ -82033,11 +82016,7 @@
 
    <li><p>Return <var title="">channel</var>.</li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global
-  object</a> is either a <code><a href=#window>Window</a></code> object or an object
-  implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></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>

Modified: index
===================================================================
--- index	2013-04-23 22:51:39 UTC (rev 7851)
+++ index	2013-04-23 22:55:12 UTC (rev 7852)
@@ -79353,13 +79353,8 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
-  interface.</p>
+  </ol><h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.6.3 </span>Shared workers and the <code><a href=#sharedworker>SharedWorker</a></code> interface</h5>
 
-
-  <h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.6.3 </span>Shared workers and the <code><a href=#sharedworker>SharedWorker</a></code> interface</h5>
-
   <pre class=idl>[<a href=#dom-sharedworker title=dom-SharedWorker>Constructor</a>(DOMString scriptURL, optional DOMString name)]
 interface <dfn id=sharedworker>SharedWorker</dfn> : <a href=#eventtarget>EventTarget</a> {
   readonly attribute <a href=#messageport>MessagePort</a> <a href=#dom-sharedworker-port title=dom-SharedWorker-port>port</a>;
@@ -79552,11 +79547,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
-  interface.</p>
-
-  <p>The <a href=#task-source>task source</a> for the tasks mentioned above is the <a href=#dom-manipulation-task-source>DOM manipulation task
+  </ol><p>The <a href=#task-source>task source</a> for the tasks mentioned above is the <a href=#dom-manipulation-task-source>DOM manipulation task
   source</a>.</p>
 
 
@@ -79991,11 +79982,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global
-  object</a> is either a <code><a href=#window>Window</a></code> object or an object
-  implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface.</p>
-
-  <hr><p>The <dfn id=dom-eventsource-url title=dom-EventSource-url><code>url</code></dfn>
+  </ol><hr><p>The <dfn id=dom-eventsource-url title=dom-EventSource-url><code>url</code></dfn>
   attribute must return the <a href=#absolute-url>absolute URL</a> that resulted
   from <a href=#resolve-a-url title="resolve a url">resolving</a> the value that was
   passed to the constructor.</p> <!-- not the result of redirects,
@@ -80872,11 +80859,7 @@
 
    </li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global object</a> is either a
-  <code><a href=#window>Window</a></code> object or an object implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></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
   <a href=#resolve-a-url title="resolve a url">resolving</a> the <a href=#url>URL</a> that was passed to the
   constructor. (It doesn't matter what it is resolved relative to, since we already know it is an
   <a href=#absolute-url>absolute URL</a>.)</p>
@@ -82033,11 +82016,7 @@
 
    <li><p>Return <var title="">channel</var>.</li>
 
-  </ol><p>This constructor must be visible when the <a href="#script's-global-object">script's global
-  object</a> is either a <code><a href=#window>Window</a></code> object or an object
-  implementing the <code><a href=#workerglobalscope>WorkerGlobalScope</a></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>

Modified: source
===================================================================
--- source	2013-04-23 22:51:39 UTC (rev 7851)
+++ source	2013-04-23 22:55:12 UTC (rev 7852)
@@ -88522,9 +88522,6 @@
 
   </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>
 
 
   <h5>Shared workers and the <code>SharedWorker</code> interface</h5>
@@ -88759,10 +88756,6 @@
 
   </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 <span>task source</span> for the tasks mentioned above is the <span>DOM manipulation task
   source</span>.</p>
 
@@ -89264,10 +89257,6 @@
 
   </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 title="dom-EventSource-url"><code>url</code></dfn>
@@ -90292,10 +90281,6 @@
 
   </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 title="dom-WebSocket-url"><code>url</code></dfn> attribute must return the result of
@@ -91681,10 +91666,6 @@
 
   </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 title="dom-channel-port1"><code>port1</code></dfn> and
   <dfn title="dom-channel-port2"><code>port2</code></dfn> attributes
   must return the values they were assigned when the




More information about the Commit-Watchers mailing list