Skip to content

Commit

Permalink
[] (0) Allow Lynx-like behaviour for <img>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1954 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2008
1 parent 2e51edf commit f8f1fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions index
Expand Up @@ -15860,9 +15860,8 @@ The island of Shalott.&lt;/p></pre>
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>.
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -13465,8 +13465,8 @@ The island of Shalott.&lt;/p></pre>
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>
Expand Down

0 comments on commit f8f1fc3

Please sign in to comment.