hixie: Be explicit about spinning an event loop in showModalDialog(). (whatwg r4208)

hixie: Be explicit about spinning an event loop in showModalDialog().
(whatwg r4208)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3353&r2=1.3354&f=h
http://html5.org/tools/web-apps-tracker?from=4207&to=4208

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3353
retrieving revision 1.3354
diff -u -d -r1.3353 -r1.3354
--- Overview.html 20 Oct 2009 11:13:37 -0000 1.3353
+++ Overview.html 20 Oct 2009 11:21:33 -0000 1.3354
@@ -44118,8 +44118,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>

Received on Tuesday, 20 October 2009 11:22:18 UTC