- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 03:31:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4730
Modified Files:
Overview.html
Log Message:
This used to hang the browser. It should be using the new 'spin the event loop' mechanism. (whatwg r4494)
Index: Overview.html
===================================================================
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:11 UTC