Skip to content

Commit

Permalink
[e] (0) This used to hang the browser. It should be using the new 'sp…
Browse files Browse the repository at this point in the history
…in the event loop' mechanism.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8416

git-svn-id: http://svn.whatwg.org/webapps@4494 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent df6c6c8 commit 27329fd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions complete.html
Expand Up @@ -55925,10 +55925,11 @@ <h4 id=navigating-across-documents><span class=secno>6.11.1 </span>Navigating ac
<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
Expand All @@ -55939,8 +55940,8 @@ <h4 id=navigating-across-documents><span class=secno>6.11.1 </span>Navigating ac
<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>
Expand Down
13 changes: 7 additions & 6 deletions index
Expand Up @@ -53099,10 +53099,11 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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
Expand All @@ -53113,8 +53114,8 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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>
Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -63144,10 +63144,11 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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
Expand All @@ -63158,8 +63159,8 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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>

Expand Down

0 comments on commit 27329fd

Please sign in to comment.