Short URL: http://html5.org/r/2044
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2044 | One area with lack of interop is whether scripts run while alert()s are up. Let's disallow it, to get more predictable behaviour. | 2008-08-11 08:17 |
Index: source =================================================================== --- source (revision 2043) +++ source (revision 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