- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Jul 2008 10:51:35 +0900 (JST)
- To: public-html-diffs@w3.org
Allow Lynx-like behaviour for <img>. (whatwg r1954) alt http://people.w3.org/mike/diffs/html5/spec/Overview.1.1145.html#alt http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1144&r2=1.1145&f=h http://html5.org/tools/web-apps-tracker?from=1953&to=1954 =================================================================== 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:52:12 UTC