- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:33:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5707 Modified Files: Overview.html Log Message: Navigation should be async. This wasn't properly described before. (whatwg r4495) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3594 retrieving revision 1.3595 diff -u -d -r1.3594 -r1.3595 --- Overview.html 6 Jan 2010 03:31:04 -0000 1.3594 +++ Overview.html 6 Jan 2010 03:33:35 -0000 1.3595 @@ -47420,8 +47420,9 @@ <code><a href="#about:blank">about:blank</a></code>), then this must be synchronous, but if fetching the resource depends on external resources, as it usually does for URLs that use HTTP or other networking protocols, then at - this point the user agents must yield to whatever <a href="#concept-script" title="concept-script">script</a> invoked the navigation steps, - if they were invoked by script.</p> + this point the user agents must return to whatever algorithm + invoked the navigation steps and must continue these steps + asynchronously.</p> </li>
Received on Wednesday, 6 January 2010 03:33:40 UTC