html5/workers Overview.html,1.66,1.67

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv21811

Modified Files:
	Overview.html 
Log Message:
Make importScripts() allow cross-origin script loads. (whatwg r74)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Overview.html	20 Nov 2008 00:11:00 -0000	1.66
+++ Overview.html	26 Nov 2008 23:33:07 -0000	1.67
@@ -16,7 +16,7 @@
    <h1>Web Workers</h1>
 
    <h2 class="no-num no-toc" id=editors><!-- "W3C Working Draft" --> Editor's
-    Draft <!--ZZZ-->20 November 2008</h2>
+    Draft <!--ZZZ-->26 November 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -142,7 +142,7 @@
   <p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Apps Working
    Group</a> is the W3C working group responsible for this specification's
    progress along the W3C Recommendation track. <!--ZZZ:--> This
-   specification is the 20 November 2008 <!--ZZZ "Working Draft"-->Editor's
+   specification is the 26 November 2008 <!--ZZZ "Working Draft"-->Editor's
    Draft. <!--:ZZZ--></p>
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- relationship to other work (required) -->
@@ -2141,14 +2141,14 @@
 
    <li>
     <p>If any fail, throw a <code>SYNTAX_ERR</code> exception.
-
-   <li>
-    <p>If any of the resulting <span title="absolute URL">absolute
-     URLs</span> have an <span>origin</span> that is not the <span
-     title="same origin">same</span> as the origin of the script that invoked
-     the method, then throw a <span>security exception</span>.
    </li>
-   <!-- XXX why? -->
+   <!--
+   <li><p>If any of the resulting <span title="absolute URL">absolute
+   URLs</span> have an <span>origin</span> that is not the <span
+   title="same origin">same</span> as the origin of the script that
+   invoked the method, then throw a <span>security
+   exception</span>.</p></li>
+-->
 
    <li>
     <p>Attempt to <span>fetch</span> each resource identified by the

Received on Wednesday, 26 November 2008 23:33:23 UTC