- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 08:23:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29770
Modified Files:
Overview.html
Log Message:
Actually the previous checkin was redundant with the existing definition of 'pause'. (whatwg r2045)
Index: Overview.html
===================================================================
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:24:33 UTC