- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Jun 2009 01:58:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv1151 Modified Files: Overview.html Log Message: spelling errors occurred (whatwg r3305) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.131 retrieving revision 1.132 diff -u -d -r1.131 -r1.132 --- Overview.html 23 Jun 2009 01:34:08 -0000 1.131 +++ Overview.html 23 Jun 2009 01:58:34 -0000 1.132 @@ -1481,9 +1481,9 @@ error, the user agent must <span>report the error</span> using the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <code title="handler-WorkerGlobalScope-onerror"><a href="#handler-workerglobalscope-onerror">onerror</a></code> attribute.<p>For shared workers, if the error is still <i title="concept-error-nothandled">not handled</i> afterwards, or if - the error occured while handling a previous script error, the error + the error occurred 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="concept-error-nothandled">not handled</i> afterwards, or if - the error occured while handling a previous script error, the user + the error occurred while handling a previous script error, the user agent must <span>queue a task</span> to <a href="#fire-a-worker-error-event">fire a worker error event</a> at the <code><a href="#worker">Worker</a></code> object associated with the worker.<p>When the user agent is to <dfn id="fire-a-worker-error-event">fire a worker error event</dfn> at @@ -1508,8 +1508,8 @@ similarly-named methods in the DOM3 Events interfaces. <a href="#references">[DOM3EVENTS]</a><p>The <dfn id="dom-errorevent-message" title="dom-ErrorEvent-message"><code>message</code></dfn> attribute represents the error message.<p>The <dfn id="dom-errorevent-filename" title="dom-ErrorEvent-filename"><code>filename</code></dfn> attribute represents the <span>absolute URL</span> of the script in - which the error originally occured.<p>The <dfn id="dom-errorevent-lineno" title="dom-ErrorEvent-lineno"><code>lineno</code></dfn> - attribute represents the line number where the error occured in the + which the error originally occurred.<p>The <dfn id="dom-errorevent-lineno" title="dom-ErrorEvent-lineno"><code>lineno</code></dfn> + attribute represents the line number where the error occurred in the script.<h3 id="creating-workers"><span class="secno">4.8 </span>Creating workers</h3><h4 id="the-abstractworker-abstract-interface"><span class="secno">4.8.1 </span>The <code><a href="#abstractworker">AbstractWorker</a></code> abstract interface</h4><pre class="idl">interface <dfn id="abstractworker">AbstractWorker</dfn> { attribute <span>EventListener</span> <a href="#handler-abstractworker-onerror" title="handler-AbstractWorker-onerror">onerror</a>; <!-- v2-onclose attribute <span>EventListener</span> <span title="handler-AbstractWorker-onclose">onclose</span>; -->
Received on Tuesday, 23 June 2009 01:58:43 UTC