- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 10:34:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8639
Modified Files:
Overview.html
Log Message:
Fix up a recent change that accidentally turned an implied 'must' into an implied 'may'. (whatwg r4760)
Index: Overview.html
===================================================================
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:14 UTC