[html5] r2045 - [e] (0) Actually the previous checkin was redundant with the existing definition [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 11 01:22:52 PDT 2008
Author: ianh
Date: 2008-08-11 01:22:52 -0700 (Mon, 11 Aug 2008)
New Revision: 2045
Modified:
index
source
Log:
[e] (0) Actually the previous checkin was redundant with the existing definition of 'pause'.
Modified: index
===================================================================
--- index 2008-08-11 08:17:20 UTC (rev 2044)
+++ index 2008-08-11 08:22:52 UTC (rev 2045)
@@ -33187,10 +33187,6 @@
<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
@@ -36158,7 +36154,8 @@
<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
Modified: source
===================================================================
--- source 2008-08-11 08:17:20 UTC (rev 2044)
+++ source 2008-08-11 08:22:52 UTC (rev 2045)
@@ -30452,10 +30452,6 @@
<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
@@ -33559,7 +33555,8 @@
<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>
More information about the Commit-Watchers
mailing list