[html5] r1428 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 10 14:13:39 PDT 2008
Author: ianh
Date: 2008-04-10 14:13:36 -0700 (Thu, 10 Apr 2008)
New Revision: 1428
Modified:
index
source
Log:
[e] (0) More alt'' text examples, courtesey of Sander and co.
Modified: index
===================================================================
--- index 2008-04-10 21:03:07 UTC (rev 1427)
+++ index 2008-04-10 21:13:36 UTC (rev 1428)
@@ -13505,6 +13505,43 @@
the time Marco had stuck his tongue out...</p></pre>
</div>
+ <div class=example>
+ <p>Here are some more examples showing the same picture used in different
+ contexts, with different appropriate alternate texts each time.</p>
+
+ <pre><article>
+ <h1>My cats</h1>
+ <h2>Fluffy</h2>
+ <p>Fluffy is my favourite.</p>
+ <img src="fluffy.jpg" alt="She likes playing with a ball of yarn.">
+ <p>She's just too cute.</p>
+ <h2>Miles</h2>
+ <p>My other cat, Miles just eats and sleeps.</p>
+</article></pre>
+
+ <pre><article>
+ <h1>Photography</h1>
+ <h2>Shooting moving targets indoors</h2>
+ <p>The trick here is to know how to anticipate; to know at what speed and
+ what distance the subject will pass by.</p>
+ <img src="fluffy.jpg" alt="A cat flying by, chasing a ball of yarn, can be
+ photographed quite nicely using this technique.">
+ <h2>Nature by night</h2>
+ <p>To achieve this, you'll need either an extremely sensitive film, or
+ immense flash lights.</p>
+</article></pre>
+
+ <pre><article>
+ <h1>About me</h1>
+ <h2>My pets</h2>
+ <p>I've got a cat and a dog.</p>
+ <img src="fluffy.jpg" alt="Fluffy, my cat, tends to keep itself busy.">
+ <p>My dog Miles and I like go on long walks together.</p>
+ <h2>music</h2>
+ <p>After our walks, having emptied my mind, I like listening to Bach.</p>
+</article></pre>
+ </div>
+
<h4 id=the-iframe><span class=secno>3.12.3 </span>The <dfn
id=iframe><code>iframe</code></dfn> element</h4>
Modified: source
===================================================================
--- source 2008-04-10 21:03:07 UTC (rev 1427)
+++ source 2008-04-10 21:13:36 UTC (rev 1428)
@@ -11486,7 +11486,47 @@
</div>
+ <div class="example">
+ <p>Here are some more examples showing the same picture used in
+ different contexts, with different appropriate alternate texts each
+ time.</p>
+
+ <pre><article>
+ <h1>My cats</h1>
+ <h2>Fluffy</h2>
+ <p>Fluffy is my favourite.</p>
+ <img src="fluffy.jpg" alt="She likes playing with a ball of yarn.">
+ <p>She's just too cute.</p>
+ <h2>Miles</h2>
+ <p>My other cat, Miles just eats and sleeps.</p>
+</article></pre>
+
+ <pre><article>
+ <h1>Photography</h1>
+ <h2>Shooting moving targets indoors</h2>
+ <p>The trick here is to know how to anticipate; to know at what speed and
+ what distance the subject will pass by.</p>
+ <img src="fluffy.jpg" alt="A cat flying by, chasing a ball of yarn, can be
+ photographed quite nicely using this technique.">
+ <h2>Nature by night</h2>
+ <p>To achieve this, you'll need either an extremely sensitive film, or
+ immense flash lights.</p>
+</article></pre>
+
+ <pre><article>
+ <h1>About me</h1>
+ <h2>My pets</h2>
+ <p>I've got a cat and a dog.</p>
+ <img src="fluffy.jpg" alt="Fluffy, my cat, tends to keep itself busy.">
+ <p>My dog Miles and I like go on long walks together.</p>
+ <h2>music</h2>
+ <p>After our walks, having emptied my mind, I like listening to Bach.</p>
+</article></pre>
+
+ </div>
+
+
<h4>The <dfn><code>iframe</code></dfn> element</h4>
<dl class="element">
More information about the Commit-Watchers
mailing list