[html5] r2044 - [] (0) One area with lack of interop is whether scripts run while alert()s are u [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 11 01:17:20 PDT 2008


Author: ianh
Date: 2008-08-11 01:17:20 -0700 (Mon, 11 Aug 2008)
New Revision: 2044

Modified:
   index
   source
Log:
[] (0) One area with lack of interop is whether scripts run while alert()s are up. Let's disallow it, to get more predictable behaviour.

Modified: index
===================================================================
--- index	2008-08-11 07:34:01 UTC (rev 2043)
+++ index	2008-08-11 08:17:20 UTC (rev 2044)
@@ -33187,6 +33187,10 @@
 
   <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

Modified: source
===================================================================
--- source	2008-08-11 07:34:01 UTC (rev 2043)
+++ source	2008-08-11 08:17:20 UTC (rev 2044)
@@ -30452,6 +30452,10 @@
 
   <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




More information about the Commit-Watchers mailing list