- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 17:20:12 +0900 (JST)
- To: public-html-diffs@w3.org
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) 5.5.1 Simple dialogs http://people.w3.org/mike/diffs/html5/spec/Overview.1.1229.html#simple0 alert(message) http://people.w3.org/mike/diffs/html5/spec/Overview.1.1229.html#alert 5.4.4.4. Runtime script errors http://people.w3.org/mike/diffs/html5/spec/Overview.1.1229.html#runtime-script-errors 5.5 User prompts http://people.w3.org/mike/diffs/html5/spec/Overview.1.1229.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.1228&r2=1.1229&f=h http://html5.org/tools/web-apps-tracker?from=2043&to=2044 =================================================================== 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:20:55 UTC