[html5] r7462 - [e] (0) Explicitly say in the fetch algorithm that if the resource will never be [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 12 11:57:01 PDT 2012


Author: ianh
Date: 2012-10-12 11:57:00 -0700 (Fri, 12 Oct 2012)
New Revision: 7462

Modified:
   complete.html
   index
   source
Log:
[e] (0) Explicitly say in the fetch algorithm that if the resource will never be used because the doc has no BC, to never both fetching the file.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-10-12 18:38:29 UTC (rev 7461)
+++ complete.html	2012-10-12 18:57:00 UTC (rev 7462)
@@ -8451,6 +8451,15 @@
    <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>

Modified: index
===================================================================
--- index	2012-10-12 18:38:29 UTC (rev 7461)
+++ index	2012-10-12 18:57:00 UTC (rev 7462)
@@ -8451,6 +8451,15 @@
    <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>

Modified: source
===================================================================
--- source	2012-10-12 18:38:29 UTC (rev 7461)
+++ source	2012-10-12 18:57:00 UTC (rev 7462)
@@ -8377,6 +8377,16 @@
    <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>




More information about the Commit-Watchers mailing list