spec/Overview.html 1.1230 2045 Actually the previous checkin was redund

Actually the previous checkin was redundant with the existing definition
of 'pause'. (whatwg r2045)

5.5.1 Simple dialogs
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1230.html#simple0
alert(message)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1230.html#alert
update the session history with the new page
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1230.html#update2
5.4.4.4. Runtime script errors
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1230.html#runtime-script-errors
5.5 User prompts
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1230.html#user-prompts

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1229&r2=1.1230&f=h
http://html5.org/tools/web-apps-tracker?from=2044&to=2045

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1229
retrieving revision 1.1230
diff -u -d -r1.1229 -r1.1230
--- Overview.html 11 Aug 2008 08:17:24 -0000 1.1229
+++ Overview.html 11 Aug 2008 08:23:56 -0000 1.1230
@@ -33195,10 +33195,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
@@ -36166,7 +36162,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

Received on Monday, 11 August 2008 08:27:15 UTC