Skip to content

Commit

Permalink
[giow] (2) Update the spec's handling of window.onerror's return valu…
Browse files Browse the repository at this point in the history
…e to match reality (tested Chrome and Firefox; apparently this also matches IE)

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6914 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2012
1 parent f2aa9bf commit f46cfd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -67624,7 +67624,7 @@ <h5 id=runtime-script-errors><span class=secno>7.1.3.5 </span>Runtime script err

<p>The function must be invoked with three arguments: <var title="">message</var>, <var title="">location</var>, and <var title="">line</var>.</p>

<p>If the function returns false, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
<p>If the function returns true, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
<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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -67624,7 +67624,7 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {

<p>The function must be invoked with three arguments: <var title="">message</var>, <var title="">location</var>, and <var title="">line</var>.</p>

<p>If the function returns false, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
<p>If the function returns true, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
<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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -79082,7 +79082,7 @@ interface <dfn>NavigatorOnLine</dfn> {
title="">message</var>, <var title="">location</var>, and <var
title="">line</var>.</p>

<p>If the function returns false, then the error is <i
<p>If the function returns true, then the error is <i
title="concept-error-handled">handled</i>. Otherwise, the error is
<i title="concept-error-nothandled">not handled</i>.</p>

Expand Down

0 comments on commit f46cfd7

Please sign in to comment.