hixie: Fix up a recent change that accidentally turned an implied 'must' into an implied 'may'. (whatwg r4760)

hixie: Fix up a recent change that accidentally turned an implied 'must'
into an implied 'may'. (whatwg r4760)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3807&r2=1.3808&f=h
http://html5.org/tools/web-apps-tracker?from=4759&to=4760

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3807
retrieving revision 1.3808
diff -u -d -r1.3807 -r1.3808
--- Overview.html 17 Feb 2010 10:10:00 -0000 1.3807
+++ Overview.html 17 Feb 2010 10:34:09 -0000 1.3808
@@ -45557,8 +45557,9 @@
 
     <p>Any uncaught exceptions thrown or errors caused by this
     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>
+    that the function was called for; the <a href="#report-the-error" title="report the
+    error">report an error</a> algorithm must not be used to handle
+    exceptions thrown or errors caused by this function.</p>
 
    </dd>

Received on Wednesday, 17 February 2010 10:34:49 UTC