Skip to content

Commit

Permalink
[e] (0) Avoid requiring that the user be notified of something, since…
Browse files Browse the repository at this point in the history
… that's a UI issue.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8325

git-svn-id: http://svn.whatwg.org/webapps@4479 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent bbd3b10 commit 6bb1a85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -51510,7 +51510,7 @@ <h5 id=runtime-script-errors><span class=secno>6.5.6.5 </span>Runtime script err
<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
Expand All @@ -51533,7 +51533,7 @@ <h5 id=runtime-script-errors><span class=secno>6.5.6.5 </span>Runtime script err
<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>

Expand Down Expand Up @@ -63680,7 +63680,7 @@ <h4 id=runtime-script-errors-0><span class=secno>9.2.6 </span>Runtime script err

<p>For shared workers, if the error is still <i title=concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i> afterwards, or if
the error occurred while handling a previous script error, the error
should be reported to the user.
may be reported to the user.
</p>

<p>For dedicated workers, if the error is still <i title=concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i> afterwards, or if
Expand All @@ -63698,7 +63698,7 @@ <h4 id=runtime-script-errors-0><span class=secno>9.2.6 </span>Runtime script err
that worker is also a dedicated worker, then the user agent must
again <a href=#queue-a-task>queue a task</a> 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
<em>that</em> worker. Otherwise, then the error should be reported
<em>that</em> worker. Otherwise, then the error may be reported
to the user.</p>

<p>The <a href=#task-source>task source</a> for the tasks mentioned above is the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -48675,7 +48675,7 @@ interface <dfn id=function>Function</dfn> {
<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
Expand All @@ -48698,7 +48698,7 @@ interface <dfn id=function>Function</dfn> {
<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>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -58004,7 +58004,7 @@ interface <dfn>Function</dfn> {
handlers">event handler</span> of the <span>script's global
object</span>. If the error is still <i
title="concept-error-nothandled">not handled</i> after this, then
the error should be reported to the user.</p>
the error may be reported to the user.</p>

<hr>

Expand Down Expand Up @@ -58035,7 +58035,7 @@ interface <dfn>Function</dfn> {
<i title="concept-error-nothandled">not handled</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 <span
title="report the error">report an error</span> algorithm
again.</p>
Expand Down Expand Up @@ -72575,7 +72575,7 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
<p>For shared workers, if the error is still <i
title="concept-error-nothandled">not handled</i> afterwards, or if
the error occurred while handling a previous script error, the error
should be reported to the user.
may be reported to the user.
<!--END complete-->
<a href="#refsHTML5">[HTML5]</a>
<!--START complete-->
Expand All @@ -72601,7 +72601,7 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
that worker is also a dedicated worker, then the user agent must
again <span>queue a task</span> to <span>fire a worker error
event</span> at the <code>Worker</code> object associated with
<em>that</em> worker. Otherwise, then the error should be reported
<em>that</em> worker. Otherwise, then the error may be reported
to the user.</p>

<p>The <span>task source</span> for the tasks mentioned above is the
Expand Down

0 comments on commit 6bb1a85

Please sign in to comment.