[html5] r4361 - [e] (0) rfc2119 misuse Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8073

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 12:38:45 PDT 2009


Author: ianh
Date: 2009-10-27 12:38:41 -0700 (Tue, 27 Oct 2009)
New Revision: 4361

Modified:
   complete.html
   index
   source
Log:
[e] (0) rfc2119 misuse
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8073

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 19:37:18 UTC (rev 4360)
+++ complete.html	2009-10-27 19:38:41 UTC (rev 4361)
@@ -10874,8 +10874,8 @@
   <div class=impl>
 
   <p>The semantics of the protocol used (e.g. HTTP) must be followed
-  when fetching external resources. (For example, redirects must be
-  followed and 404 responses must cause the external resource to not
+  when fetching external resources. (For example, redirects will be
+  followed and 404 responses will cause the external resource to not
   be applied.)</p>
 
   <!-- the next few paragraph are similar to text in the <style> section -->

Modified: index
===================================================================
--- index	2009-10-27 19:37:18 UTC (rev 4360)
+++ index	2009-10-27 19:38:41 UTC (rev 4361)
@@ -10692,8 +10692,8 @@
   <div class=impl>
 
   <p>The semantics of the protocol used (e.g. HTTP) must be followed
-  when fetching external resources. (For example, redirects must be
-  followed and 404 responses must cause the external resource to not
+  when fetching external resources. (For example, redirects will be
+  followed and 404 responses will cause the external resource to not
   be applied.)</p>
 
   <!-- the next few paragraph are similar to text in the <style> section -->

Modified: source
===================================================================
--- source	2009-10-27 19:37:18 UTC (rev 4360)
+++ source	2009-10-27 19:38:41 UTC (rev 4361)
@@ -11199,8 +11199,8 @@
   <div class="impl">
 
   <p>The semantics of the protocol used (e.g. HTTP) must be followed
-  when fetching external resources. (For example, redirects must be
-  followed and 404 responses must cause the external resource to not
+  when fetching external resources. (For example, redirects will be
+  followed and 404 responses will cause the external resource to not
   be applied.)</p>
 
   <!-- the next few paragraph are similar to text in the <style> section -->




More information about the Commit-Watchers mailing list