[html5] r4760 - [e] (0) Fix up a recent change that accidentally turned an implied 'must' into a [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 17 02:34:06 PST 2010


Author: ianh
Date: 2010-02-17 02:34:04 -0800 (Wed, 17 Feb 2010)
New Revision: 4760

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix up a recent change that accidentally turned an implied 'must' into an implied 'may'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8325

Modified: complete.html
===================================================================
--- complete.html	2010-02-17 10:09:53 UTC (rev 4759)
+++ complete.html	2010-02-17 10:34:04 UTC (rev 4760)
@@ -58688,8 +58688,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>
 

Modified: index
===================================================================
--- index	2010-02-17 10:09:53 UTC (rev 4759)
+++ index	2010-02-17 10:34:04 UTC (rev 4760)
@@ -58610,8 +58610,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>
 

Modified: source
===================================================================
--- source	2010-02-17 10:09:53 UTC (rev 4759)
+++ source	2010-02-17 10:34:04 UTC (rev 4760)
@@ -66310,9 +66310,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 <span
-    title="report the error">report an error</span> algorithm
-    again.</p>
+    that the function was called for; the <span title="report the
+    error">report an error</span> algorithm must not be used to handle
+    exceptions thrown or errors caused by this function.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list