html5/spec Overview.html,1.3578,1.3579

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29069

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/spec/Overview.html,v
retrieving revision 1.3578
retrieving revision 1.3579
diff -u -d -r1.3578 -r1.3579
--- Overview.html	5 Jan 2010 08:06:48 -0000	1.3578
+++ Overview.html	5 Jan 2010 08:11:14 -0000	1.3579
@@ -43537,7 +43537,7 @@
   <a href="#report-the-error">report the error</a> using the <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code> <a href="#event-handlers" title="event
   handlers">event handler</a> of the <a href="#script-s-global-object">script's global
   object</a>. If the error is still <i title="concept-error-nothandled"><a href="#concept-error-nothandled">not handled</a></i> after this, then
-  the error should be reported to the user.</p>
+  the error may be reported to the user.</p>
 
   <hr><p>When the user agent is required to <dfn id="report-the-error" title="report the
   error">report an error</dfn> <var title="">error</var> using the
@@ -43560,7 +43560,7 @@
     <i title="concept-error-nothandled"><a href="#concept-error-nothandled">not handled</a></i>.</p>
 
     <p>Any uncaught exceptions thrown or errors caused by this
-    function must be reported to the user immediately after the error
+    function may be reported to the user immediately after the error
     that the function was called for, without using the <a href="#report-the-error" title="report the error">report an error</a> algorithm
     again.</p>
 

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