[html5] r4362 - [e] (0) Clarify that not trying to obtain a resource doesn't delay the load even [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 12:42:15 PDT 2009
Author: ianh
Date: 2009-10-27 12:42:11 -0700 (Tue, 27 Oct 2009)
New Revision: 4362
Modified:
complete.html
index
source
Log:
[e] (0) Clarify that not trying to obtain a resource doesn't delay the load event.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8074
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 19:38:41 UTC (rev 4361)
+++ complete.html 2009-10-27 19:42:11 UTC (rev 4362)
@@ -10867,8 +10867,8 @@
the resource</dfn>, the user agent must <a href=#resolve-a-url title="resolve a
url">resolve</a> the <a href=#url>URL</a> given by the <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute, relative to the
element, and then <a href=#fetch>fetch</a> the resulting <a href=#absolute-url>absolute
- URL</a>. User agents may opt to only <a href=#fetch>fetch</a> such
- resources when they are needed, instead of pro-actively <a href=#fetch title=fetch>fetching</a> all the external resources that are
+ URL</a>. User agents may opt to only try to obtain such resources
+ when they are needed, instead of pro-actively <a href=#fetch title=fetch>fetching</a> all the external resources that are
not applied.</span></p> <!-- http-origin privacy sensitive -->
<div class=impl>
@@ -10897,7 +10897,10 @@
<p>The element must <a href=#delay-the-load-event>delay the load event</a> of the
element's document until all the attempts to obtain the resource and
- its critical subresources are complete.</p>
+ its critical subresources are complete. (Resources that the user
+ agent has not yet attempted to obtain, e.g. because it is waiting
+ for the resource to be needed, do not <a href=#delay-the-load-event>delay the load
+ event</a>.)</p>
<p>Which resources are considered critical or not is defined by the
relevant specification. For CSS resources, only <code title="">@import</code> rules introduce critical subresources; other
Modified: index
===================================================================
--- index 2009-10-27 19:38:41 UTC (rev 4361)
+++ index 2009-10-27 19:42:11 UTC (rev 4362)
@@ -10685,8 +10685,8 @@
the resource</dfn>, the user agent must <a href=#resolve-a-url title="resolve a
url">resolve</a> the <a href=#url>URL</a> given by the <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute, relative to the
element, and then <a href=#fetch>fetch</a> the resulting <a href=#absolute-url>absolute
- URL</a>. User agents may opt to only <a href=#fetch>fetch</a> such
- resources when they are needed, instead of pro-actively <a href=#fetch title=fetch>fetching</a> all the external resources that are
+ URL</a>. User agents may opt to only try to obtain such resources
+ when they are needed, instead of pro-actively <a href=#fetch title=fetch>fetching</a> all the external resources that are
not applied.</span></p> <!-- http-origin privacy sensitive -->
<div class=impl>
@@ -10715,7 +10715,10 @@
<p>The element must <a href=#delay-the-load-event>delay the load event</a> of the
element's document until all the attempts to obtain the resource and
- its critical subresources are complete.</p>
+ its critical subresources are complete. (Resources that the user
+ agent has not yet attempted to obtain, e.g. because it is waiting
+ for the resource to be needed, do not <a href=#delay-the-load-event>delay the load
+ event</a>.)</p>
<p>Which resources are considered critical or not is defined by the
relevant specification. For CSS resources, only <code title="">@import</code> rules introduce critical subresources; other
Modified: source
===================================================================
--- source 2009-10-27 19:38:41 UTC (rev 4361)
+++ source 2009-10-27 19:42:11 UTC (rev 4362)
@@ -11191,8 +11191,8 @@
url">resolve</span> the <span>URL</span> given by the <code
title="attr-link-href">href</code> attribute, relative to the
element, and then <span>fetch</span> the resulting <span>absolute
- URL</span>. User agents may opt to only <span>fetch</span> such
- resources when they are needed, instead of pro-actively <span
+ URL</span>. User agents may opt to only try to obtain such resources
+ when they are needed, instead of pro-actively <span
title="fetch">fetching</span> all the external resources that are
not applied.</span></p> <!-- http-origin privacy sensitive -->
@@ -11224,7 +11224,10 @@
<p>The element must <span>delay the load event</span> of the
element's document until all the attempts to obtain the resource and
- its critical subresources are complete.</p>
+ its critical subresources are complete. (Resources that the user
+ agent has not yet attempted to obtain, e.g. because it is waiting
+ for the resource to be needed, do not <span>delay the load
+ event</span>.)</p>
<p>Which resources are considered critical or not is defined by the
relevant specification. For CSS resources, only <code
More information about the Commit-Watchers
mailing list