Skip to content

Commit

Permalink
[e] (0) Explicitly say in the fetch algorithm that if the resource wi…
Browse files Browse the repository at this point in the history
…ll never be used because the doc has no BC, to never both fetching the file.

Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7462 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2012
1 parent 819b47f commit d112295
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions complete.html
Expand Up @@ -8451,6 +8451,15 @@ <h4 id=processing-model><span class=secno>2.7.2 </span>Processing model</h4>
<li><p>If the algorithm was not invoked with the <i>synchronous
flag</i>, perform the remaining steps asynchronously.</li>

<li><p>If the <code><a href=#document>Document</a></code> with which any <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a task">queued</a> by this algorithm would be associated doesn't have an
associated <a href=#browsing-context>browsing context</a>, then abort these steps.</li>

<!--(redundant with 'at a time convenient...' below)
<li><p>Optionally, wait until the <code>Document</code> with which any <span
title="concept-task">tasks</span> <span title="queue a task">queued</span> by this algorithm
would be associated is <span title="active document">active</span>.</p></li>
-->

<li>

<p>This is the <i>main step</i>.</p>
Expand Down
9 changes: 9 additions & 0 deletions index
Expand Up @@ -8451,6 +8451,15 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<li><p>If the algorithm was not invoked with the <i>synchronous
flag</i>, perform the remaining steps asynchronously.</li>

<li><p>If the <code><a href=#document>Document</a></code> with which any <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a task">queued</a> by this algorithm would be associated doesn't have an
associated <a href=#browsing-context>browsing context</a>, then abort these steps.</li>

<!--(redundant with 'at a time convenient...' below)
<li><p>Optionally, wait until the <code>Document</code> with which any <span
title="concept-task">tasks</span> <span title="queue a task">queued</span> by this algorithm
would be associated is <span title="active document">active</span>.</p></li>
-->

<li>

<p>This is the <i>main step</i>.</p>
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -8377,6 +8377,16 @@ is conforming depends on which specs apply, and leaves it at that. -->
<li><p>If the algorithm was not invoked with the <i>synchronous
flag</i>, perform the remaining steps asynchronously.</p></li>

<li><p>If the <code>Document</code> with which any <span title="concept-task">tasks</span> <span
title="queue a task">queued</span> by this algorithm would be associated doesn't have an
associated <span>browsing context</span>, then abort these steps.</p></li>

<!--(redundant with 'at a time convenient...' below)
<li><p>Optionally, wait until the <code>Document</code> with which any <span
title="concept-task">tasks</span> <span title="queue a task">queued</span> by this algorithm
would be associated is <span title="active document">active</span>.</p></li>
-->

<li>

<p>This is the <i>main step</i>.</p>
Expand Down

0 comments on commit d112295

Please sign in to comment.