[html5] r1281 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 28 21:41:47 PST 2008
Author: ianh
Date: 2008-02-28 21:41:44 -0800 (Thu, 28 Feb 2008)
New Revision: 1281
Modified:
index
source
Log:
[e] (0) Reiterate that HTTP can't just be ignored willy nilly...
Modified: index
===================================================================
--- index 2008-02-29 05:34:51 UTC (rev 1280)
+++ index 2008-02-29 05:41:44 UTC (rev 1281)
@@ -7172,6 +7172,10 @@
fetch such resources when they are needed, instead of pro-actively
downloading all the external resources that are not applied.)
+ <p>HTTP semantics must be followed when fetching external resources. (For
+ example, redirects must be followed and 404 responses must cause the
+ external resource to not be applied.)
+
<p>Interactive user agents should provide users with a means to <a
href="#following0" title="following hyperlinks">follow the hyperlinks</a>
created using the <code><a href="#link">link</a></code> element, somewhere
Modified: source
===================================================================
--- source 2008-02-29 05:34:51 UTC (rev 1280)
+++ source 2008-02-29 05:41:44 UTC (rev 1281)
@@ -5671,6 +5671,10 @@
when they are needed, instead of pro-actively downloading all the
external resources that are not applied.)</p>
+ <p>HTTP semantics must be followed when fetching external
+ resources. (For example, redirects must be followed and 404
+ responses must cause the external resource to not be applied.)</p>
+
<p>Interactive user agents should provide users with a means to
<span title="following hyperlinks">follow the hyperlinks</span>
created using the <code>link</code> element, somewhere within their
More information about the Commit-Watchers
mailing list