- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 17:11:26 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Avoid requiring that the user be notified of something, since that's a UI issue. (whatwg r4479) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3578&r2=1.3579&f=h http://html5.org/tools/web-apps-tracker?from=4478&to=4479 =================================================================== 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:54 UTC