[html5] r1954 - [] (0) Allow Lynx-like behaviour for <img>.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 29 18:48:01 PDT 2008


Author: ianh
Date: 2008-07-29 18:48:00 -0700 (Tue, 29 Jul 2008)
New Revision: 1954

Modified:
   index
   source
Log:
[] (0) Allow Lynx-like behaviour for <img>.

Modified: index
===================================================================
--- index	2008-07-30 01:41:23 UTC (rev 1953)
+++ index	2008-07-30 01:48:00 UTC (rev 1954)
@@ -15860,9 +15860,8 @@
    set subsequently, the user agent must fetch the resource specifed by the
    <code title=attr-img-src><a href="#src">src</a></code> attribute's value,
    unless the user agent cannot support images, or its support for images has
-   been disabled.</p>
-  <!-- Note how this does NOT happen when the base URL
-  changes. -->
+   been disabled, or the user agent only fetches elements on demand.</p>
+  <!-- Note how this does NOT happen when the base URL changes. -->
 
   <p>Fetching the image must <a href="#delays">delay the <code
    title=event-load>load</code> event</a>.

Modified: source
===================================================================
--- source	2008-07-30 01:41:23 UTC (rev 1953)
+++ source	2008-07-30 01:48:00 UTC (rev 1954)
@@ -13465,8 +13465,8 @@
   user agent must fetch the resource specifed by the <code
   title="attr-img-src">src</code> attribute's value, unless the user
   agent cannot support images, or its support for images has been
-  disabled.</p> <!-- Note how this does NOT happen when the base URL
-  changes. -->
+  disabled, or the user agent only fetches elements on demand.</p>
+  <!-- Note how this does NOT happen when the base URL changes. -->
 
   <p>Fetching the image must <span>delay the <code
   title="event-load">load</code> event</span>.</p>




More information about the Commit-Watchers mailing list