Skip to content

Commit

Permalink
[e] (0) Be explicit about spinning an event loop in showModalDialog().
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7857

git-svn-id: http://svn.whatwg.org/webapps@4208 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 812e09a commit a8b836f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -52051,8 +52051,9 @@ <h4 id=dialogs-implemented-using-separate-documents><span class=secno>6.7.3 </sp

<li>

<p>Wait for the browsing context to be closed. (The user agent
must allow the user to indicate that the browsing context is to be
<p><a href=#spin-the-event-loop>Spin the event loop</a> until the new <a href=#browsing-context>browsing
context</a> is closed. (The user agent must allow the user to
indicate that the <a href=#browsing-context>browsing context</a> is to be
closed.)</p>

</li>
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -49210,8 +49210,9 @@ interface <dfn id=windowtimers>WindowTimers</dfn> {

<li>

<p>Wait for the browsing context to be closed. (The user agent
must allow the user to indicate that the browsing context is to be
<p><a href=#spin-the-event-loop>Spin the event loop</a> until the new <a href=#browsing-context>browsing
context</a> is closed. (The user agent must allow the user to
indicate that the <a href=#browsing-context>browsing context</a> is to be
closed.)</p>

</li>
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -58608,8 +58608,9 @@ interface <dfn>WindowTimers</dfn> {

<li>

<p>Wait for the browsing context to be closed. (The user agent
must allow the user to indicate that the browsing context is to be
<p><span>Spin the event loop</span> until the new <span>browsing
context</span> is closed. (The user agent must allow the user to
indicate that the <span>browsing context</span> is to be
closed.)</p>

</li>
Expand Down

0 comments on commit a8b836f

Please sign in to comment.