[html5] r4494 - [e] (0) This used to hang the browser. It should be using the new 'spin the even [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 19:30:59 PST 2010
Author: ianh
Date: 2010-01-05 19:30:55 -0800 (Tue, 05 Jan 2010)
New Revision: 4494
Modified:
complete.html
index
source
Log:
[e] (0) This used to hang the browser. It should be using the new 'spin the event loop' mechanism.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8416
Modified: complete.html
===================================================================
--- complete.html 2010-01-06 02:57:58 UTC (rev 4493)
+++ complete.html 2010-01-06 03:30:55 UTC (rev 4494)
@@ -55925,10 +55925,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
@@ -55939,8 +55940,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>
Modified: index
===================================================================
--- index 2010-01-06 02:57:58 UTC (rev 4493)
+++ index 2010-01-06 03:30:55 UTC (rev 4494)
@@ -53099,10 +53099,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
@@ -53113,8 +53114,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>
Modified: source
===================================================================
--- source 2010-01-06 02:57:58 UTC (rev 4493)
+++ source 2010-01-06 03:30:55 UTC (rev 4494)
@@ -63144,10 +63144,11 @@
<li><p>The <span title="navigate">navigation algorithm</span> has
now <dfn title="concept-navigate-mature">matured</dfn>.</p></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.)</p></li>
+ <li><p><i>Fragment identifier loop</i>: <span>Spin the event
+ loop</span> 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.)</p></li>
<li><p>If the <code>Document</code> object has no parser, or its
parser has <span title="stop parsing">stopped parsing</span>, or
@@ -63158,8 +63159,8 @@
<li><p><span>Scroll to the fragment identifier</span> given in
<span>the document's current address</span>. If this fails to find
<span title="the indicated part of the document">an indicated part
- of the document</span>, then return to the first step of these
- substeps.</p></li>
+ of the document</span>, then return to the <i>fragment identifier
+ loop</i> step.</p></li>
</ol>
More information about the Commit-Watchers
mailing list