[html5] r3224 - [] (0) Clarify behaviour in the face of redirects.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 11 18:08:11 PDT 2009


Author: ianh
Date: 2009-06-11 18:08:10 -0700 (Thu, 11 Jun 2009)
New Revision: 3224

Modified:
   index
   source
Log:
[] (0) Clarify behaviour in the face of redirects.

Modified: index
===================================================================
--- index	2009-06-12 00:23:30 UTC (rev 3223)
+++ index	2009-06-12 01:08:10 UTC (rev 3224)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 11 June 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 12 June 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>

Modified: source
===================================================================
--- source	2009-06-12 00:23:30 UTC (rev 3223)
+++ source	2009-06-12 01:08:10 UTC (rev 3224)
@@ -67856,7 +67856,7 @@
   attribute must return the <code>WorkerLocation</code> object created
   for the <code>WorkerGlobalScope</code> object when the worker was
   created. It represents the <span>absolute URL</span> of the script
-  that was used to initialize the worker.</p>
+  that was used to initialize the worker, after any redirects.</p>
 
   <hr>
 
@@ -68238,12 +68238,15 @@
     <p>Attempt to <span>fetch</span> the resource identified by <var
     title="">url</var>.</p>
 
-    <p>If the attempt fails, then for each <code>Worker</code> or
-    <code>SharedWorker</code> object associated with <var
-    title="">worker global scope</var>, <span>queue a task</span> to
-    <span>fire a simple event</span> called <code
-    title="event-error">error</code> at that object. Abort these
-    steps.</p>
+    <p>If the attempt fails, or if the attempt involves any redirects
+    to URIs that do not have the <span>same origin</span> as <var
+    title="">url</var> (even if the final URI is at the <span>same
+    origin</span> as the original <var title="">url</var>), then for
+    each <code>Worker</code> or <code>SharedWorker</code> object
+    associated with <var title="">worker global scope</var>,
+    <span>queue a task</span> to <span>fire a simple event</span>
+    called <code title="event-error">error</code> at that
+    object. Abort these steps.</p>
 
     <p>If the attempt succeeds, then <span title="decode a script
     resource">decode the script resource</span> to obtain its <var




More information about the Commit-Watchers mailing list