[html5] r4208 - [e] (0) Be explicit about spinning an event loop in showModalDialog(). Fixing ht [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 04:34:10 PDT 2009


Author: ianh
Date: 2009-10-20 04:34:07 -0700 (Tue, 20 Oct 2009)
New Revision: 4208

Modified:
   complete.html
   index
   source
Log:
[e] (0) Be explicit about spinning an event loop in showModalDialog().
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7857

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 11:26:11 UTC (rev 4207)
+++ complete.html	2009-10-20 11:34:07 UTC (rev 4208)
@@ -52051,8 +52051,9 @@
 
    <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>

Modified: index
===================================================================
--- index	2009-10-20 11:26:11 UTC (rev 4207)
+++ index	2009-10-20 11:34:07 UTC (rev 4208)
@@ -49210,8 +49210,9 @@
 
    <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>

Modified: source
===================================================================
--- source	2009-10-20 11:26:11 UTC (rev 4207)
+++ source	2009-10-20 11:34:07 UTC (rev 4208)
@@ -58608,8 +58608,9 @@
 
    <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>




More information about the Commit-Watchers mailing list