Skip to content

Commit

Permalink
[e] (0) Actually the previous checkin was redundant with the existing…
Browse files Browse the repository at this point in the history
… definition of 'pause'.

git-svn-id: http://svn.whatwg.org/webapps@2045 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2008
1 parent 1ede37b commit 3fbe983
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions index
Expand Up @@ -33187,10 +33187,6 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<h3 id=user-prompts><span class=secno>5.5 </span>User prompts</h3>

<p>User agents must not run scripts from the same <a href="#unit-of">unit
of related browsing contexts</a> as the script that invoked the following
methods while the methods are waiting for user input.

<h4 id=simple0><span class=secno>5.5.1 </span>Simple dialogs</h4>

<p>The <dfn id=alert title=dom-alert><code>alert(<var
Expand Down Expand Up @@ -36158,7 +36154,8 @@ user reload must be equivalent to .reload()

<ol>
<li>
<p class=big-issue>pause for scripts
<p class=big-issue>pause for scripts -- but don't use the "pause"
definition since that involves not running script!

<li>
<p class=big-issue>onbeforeunload, and if present set flag that we will
Expand Down
7 changes: 2 additions & 5 deletions source
Expand Up @@ -30452,10 +30452,6 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<h3>User prompts</h3>

<p>User agents must not run scripts from the same <span>unit of
related browsing contexts</span> as the script that invoked the
following methods while the methods are waiting for user input.</p>

<h4>Simple dialogs</h4>

<p>The <dfn title="dom-alert"><code>alert(<var
Expand Down Expand Up @@ -33559,7 +33555,8 @@ user reload must be equivalent to .reload()

<ol>

<li><p class="big-issue">pause for scripts</p></li>
<li><p class="big-issue">pause for scripts -- but don't use the
"pause" definition since that involves not running script!</p></li>

<li><p class="big-issue">onbeforeunload, and if present set flag that we will kill document</p></li>

Expand Down

0 comments on commit 3fbe983

Please sign in to comment.