- From: poot <cvsmail@w3.org>
- Date: Thu, 27 Nov 2008 08:33:36 +0900 (JST)
- To: public-html-diffs@w3.org
Make importScripts() allow cross-origin script loads. (whatwg r74)
importScripts(urls)
http://people.w3.org/mike/diffs/html5/workers/Overview.1.67.html#importscripts
Editor's Draft 26 November 2008
http://people.w3.org/mike/diffs/html5/workers/Overview.1.67.html#editors
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.66&r2=1.67&f=h
http://html5.org/tools/web-apps-tracker?from=73&to=74
===================================================================
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:34:14 UTC