- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Jan 2010 12:31:20 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: This used to hang the browser. It should be using the new 'spin the event loop' mechanism. (whatwg r4494) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3593&r2=1.3594&f=h http://html5.org/tools/web-apps-tracker?from=4493&to=4494 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3593 retrieving revision 1.3594 diff -u -d -r1.3593 -r1.3594 --- Overview.html 6 Jan 2010 02:58:06 -0000 1.3593 +++ Overview.html 6 Jan 2010 03:31:04 -0000 1.3594 @@ -47657,10 +47657,11 @@ <li><p>The <a href="#navigate" title="navigate">navigation algorithm</a> has now <dfn id="concept-navigate-mature" title="concept-navigate-mature">matured</dfn>.</li> - <li><p><i>Fragment identifier loop</i>: Wait for a - user-agent-defined amount of time, as desired by the user agent - implementor. (This is intended to allow the user agent to optimize - the user experience in the face of performance concerns.)</li> + <li><p><i>Fragment identifier loop</i>: <a href="#spin-the-event-loop">Spin the event + loop</a> for a user-agent-defined amount of time, as desired by + the user agent implementor. (This is intended to allow the user + agent to optimize the user experience in the face of performance + concerns.)</li> <li><p>If the <code>Document</code> object has no parser, or its parser has <a href="#stop-parsing" title="stop parsing">stopped parsing</a>, or @@ -47671,8 +47672,8 @@ <li><p><a href="#scroll-to-the-fragment-identifier">Scroll to the fragment identifier</a> given in <a href="#the-document-s-current-address">the document's current address</a>. If this fails to find <a href="#the-indicated-part-of-the-document" title="the indicated part of the document">an indicated part - of the document</a>, then return to the first step of these - substeps.</li> + of the document</a>, then return to the <i>fragment identifier + loop</i> step.</li> </ol><p>The <a href="#task-source">task source</a> for this <a href="#concept-task" title="concept-task">task</a> is the <a href="#networking-task-source">networking task source</a>.</p>
Received on Wednesday, 6 January 2010 03:31:49 UTC