workers/Overview.html 1.48 55 Play musical chairs with Anne's exception

Play musical chairs with Anne's exception codes. (whatwg r55)

An accompaniment specification for HTML5
http://people.w3.org/mike/diffs/html5/workers/Overview.1.48.html#an-accompaniment
importScripts(urls)
http://people.w3.org/mike/diffs/html5/workers/Overview.1.48.html#importscripts
Editor's Draft 10 August 2008
http://people.w3.org/mike/diffs/html5/workers/Overview.1.48.html#editors
createSharedWorker(name, scriptURL)
http://people.w3.org/mike/diffs/html5/workers/Overview.1.48.html#createsharedworker

http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.47&r2=1.48&f=h
http://html5.org/tools/web-apps-tracker?from=54&to=55

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Overview.html 8 Aug 2008 05:58:18 -0000 1.47
+++ Overview.html 10 Aug 2008 22:46:40 -0000 1.48
@@ -19,7 +19,7 @@
     specification for HTML5</h2>
 
    <h2 class="no-num no-toc" id=editors><!-- "W3C Working Draft" --> Editor's
-    Draft <!--ZZZ--> 8 August 2008</h2>
+    Draft <!--ZZZ-->10 August 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -144,7 +144,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
    the W3C working group responsible for this specification's progress along
-   the W3C Recommendation track. <!--ZZZ:--> This specification is the 8
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 10
    August 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) -->
@@ -1501,7 +1501,7 @@
        href="#location">location</a></code> attribute represents an
        <span>absolute URL</span> that is not exactly equal to the resulting
        <span>absolute URL</span>, then throw a <code>URL_MISMATCH_ERR</code>
-       exception and abort these steps. <span class=big-issue>code 19</span>
+       exception and abort these steps. <span class=big-issue>code 21</span>
 
      <li>
       <p><span>Create a new <code>MessagePort</code> object</span> owned by
@@ -1733,7 +1733,9 @@
        complete.</p>
 
       <p>If the fetching attempt failed, throw a <code>NETWORK_ERR</code>
-       exception and abort all these steps.</p>
+       exception and abort all these steps. <a
+       href="#refsXHR">[XHR]</a><!-- XXX get DOM Core updated instead
+      --></p>
 
       <p>If the fetching attempt succeeded, then let <var
        title="">script</var> be the resource that was obtained.</p>

Received on Sunday, 10 August 2008 22:48:14 UTC