- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 11:21:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv15301 Modified Files: Overview.html Log Message: Be explicit about spinning an event loop in showModalDialog(). (whatwg r4208) Index: Overview.html =================================================================== 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:21:39 UTC