- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 20:56:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv18386 Modified Files: Overview.html Log Message: Typos: round 6. (whatwg r2970) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- Overview.html 19 Apr 2009 00:32:24 -0000 1.107 +++ Overview.html 19 Apr 2009 20:56:22 -0000 1.108 @@ -1446,7 +1446,7 @@ </ol><h3 id=runtime-script-errors><span class=secno>4.7 </span>Runtime script errors</h3><p>Whenever a runtime script error occurs in one of the worker's scripts, if the error did not occur while handling a previous script error, the user agent must <span>queue a task</span> to <a href=#fire-an-error-event>fire - an error event</a> at the the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> + an error event</a> at the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> object.<p>For shared workers, if the error is still <i title="">not handled</i> afterwards, or if the error occured while handling a previous script error, the error should be reported to the user.<p>For dedicated workers, if the error is still <i title="">not
Received on Sunday, 19 April 2009 20:56:33 UTC