html5/workers Overview.html,1.214,1.215

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

Modified Files:
	Overview.html 
Log Message:
Avoid requiring that the user be notified of something, since that's a UI issue. (whatwg r4479)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- Overview.html	16 Dec 2009 17:22:38 -0000	1.214
+++ Overview.html	5 Jan 2010 08:11:21 -0000	1.215
@@ -173,10 +173,10 @@
   </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><div class="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>Web Workers</h1>
-   <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2009">W3C Working Draft 22 December 2009</h2> <!-- ZZZ -->
+   <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2010">W3C Working Draft 22 December 2010</h2> <!-- ZZZ -->
 
    <dl><dt>This Version:</dt>
-    <dd><a href="http://www.w3.org/TR/2009/WD-workers-20091222/">http://www.w3.org/TR/2009/WD-workers-20091222/</a></dd>
+    <dd><a href="http://www.w3.org/TR/2010/WD-workers-20101222/">http://www.w3.org/TR/2010/WD-workers-20101222/</a></dd>
     <dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/workers/">http://www.w3.org/TR/workers/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -236,7 +236,7 @@
   </ul><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING LIST TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- status of document, group responsible (required) --><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.
-  This specification is the 22 December 2009 Last Call Working Draft. The Last Call review period will end on 30 June 2010.
+  This specification is the 22 December 2010 Last Call Working Draft. The Last Call review period will end on 30 June 2010.
 
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to specify a part of the Web
@@ -1433,7 +1433,7 @@
   
   <p>For shared workers, if the error is still <i title="concept-error-nothandled">not handled</i> afterwards, or if
   the error occurred while handling a previous script error, the error
-  should be reported to the user.
+  may be reported to the user.
   
   <a href="#refsHTML5">[HTML5]</a>
   
@@ -1450,7 +1450,7 @@
   that worker is also a dedicated worker, then the user agent must
   again <span>queue a task</span> to <a href="#fire-a-worker-error-event">fire a worker error
   event</a> at the <code><a href="#worker">Worker</a></code> object associated with
-  <em>that</em> worker. Otherwise, then the error should be reported
+  <em>that</em> worker. Otherwise, then the error may be reported
   to the user.<p>The <span>task source</span> for the tasks mentioned above is the
   <span>DOM manipulation task source</span>.<hr><pre class="idl">interface <dfn id="errorevent">ErrorEvent</dfn> : Event {
   readonly attribute DOMString <a href="#dom-errorevent-message" title="dom-ErrorEvent-message">message</a>;

Received on Tuesday, 5 January 2010 08:11:31 UTC