[html5] r1433 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 11 09:36:58 PDT 2008


Author: ianh
Date: 2008-04-11 09:36:55 -0700 (Fri, 11 Apr 2008)
New Revision: 1433

Modified:
   index
   source
Log:
[e] (0) More work on alternative text.

Modified: index
===================================================================
--- index	2008-04-11 16:28:51 UTC (rev 1432)
+++ index	2008-04-11 16:36:55 UTC (rev 1433)
@@ -13413,9 +13413,8 @@
    executing.
 
   <div class=example>
-   <p>A single image can have different appropriate <code
-    title=attr-img-alt><a href="#alt">alt</a></code> text depending on the
-    content.</p>
+   <p>A single image can have different appropriate alternative text
+    depending on the context.</p>
 
    <p>In each of the following cases, the same image is used, yet the <code
     title=attr-img-alt><a href="#alt">alt</a></code> text is different each
@@ -13491,6 +13490,13 @@
  <h2>music</h2>
  <p>After our walks, having emptied my mind, I like listening to Bach.</p>
 </article></pre>
+
+   <pre><article>
+ <h1>Fluffy and the Yarn</h1>
+ <p>Fluffy was a cat who liked to play with yarn. He also liked to jump.</p>
+ <aside><img src="fluffy.jpg" alt="" title="Fluffy"></aside>
+ <p></p>He would play in the morning, he would play in the evening.</p>
+</article></pre>
   </div>
 
   <h4 id=the-iframe><span class=secno>3.12.3 </span>The <dfn

Modified: source
===================================================================
--- source	2008-04-11 16:28:51 UTC (rev 1432)
+++ source	2008-04-11 16:36:55 UTC (rev 1433)
@@ -11397,8 +11397,8 @@
 
   <div class="example">
 
-   <p>A single image can have different appropriate <code
-   title="attr-img-alt">alt</code> text depending on the content.</p>
+   <p>A single image can have different appropriate alternative text
+   depending on the context.</p>
 
    <p>In each of the following cases, the same image is used, yet the
    <code title="attr-img-alt">alt</code> text is different each
@@ -11477,6 +11477,13 @@
  <p>After our walks, having emptied my mind, I like listening to Bach.</p>
 </article></pre>
 
+   <pre><article>
+ <h1>Fluffy and the Yarn</h1>
+ <p>Fluffy was a cat who liked to play with yarn. He also liked to jump.</p>
+ <aside><img src="fluffy.jpg" alt="" title="Fluffy"></aside>
+ <p></p>He would play in the morning, he would play in the evening.</p>
+</article></pre>
+
   </div>
 
 




More information about the Commit-Watchers mailing list