html5/spec Overview.html,1.1228,1.1229

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27447

Modified Files:
	Overview.html 
Log Message:
One area with lack of interop is whether scripts run while alert()s are up. Let's disallow it, to get more predictable behaviour. (whatwg r2044)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1228
retrieving revision 1.1229
diff -u -d -r1.1228 -r1.1229
--- Overview.html	11 Aug 2008 07:34:06 -0000	1.1228
+++ Overview.html	11 Aug 2008 08:17:24 -0000	1.1229
@@ -33195,6 +33195,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

Received on Monday, 11 August 2008 08:18:01 UTC