html5/spec Overview.html,1.1144,1.1145

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32695

Modified Files:
	Overview.html 
Log Message:
Allow Lynx-like behaviour for <img>. (whatwg r1954)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1144
retrieving revision 1.1145
diff -u -d -r1.1144 -r1.1145
--- Overview.html	30 Jul 2008 01:41:26 -0000	1.1144
+++ Overview.html	30 Jul 2008 01:48:34 -0000	1.1145
@@ -15931,9 +15931,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>.

Received on Wednesday, 30 July 2008 01:49:13 UTC