[html5] r2114 - [e] (0) More alt='' examples.

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 25 03:03:55 PDT 2008


Author: ianh
Date: 2008-08-25 03:03:53 -0700 (Mon, 25 Aug 2008)
New Revision: 2114

Modified:
   index
   source
Log:
[e] (0) More alt='' examples.

Modified: index
===================================================================
--- index	2008-08-25 01:00:02 UTC (rev 2113)
+++ index	2008-08-25 10:03:53 UTC (rev 2114)
@@ -16904,6 +16904,20 @@
 </figure></pre>
     </div>
 
+    <div class=example>
+     <p>A graph in a financial report:</p>
+
+     <pre><strong><img src="sales.gif"
+     title="Sales graph"
+     alt="From 1998 to 2005, sales increased by the following percentages
+     with each year: 624%, 75%, 138%, 40%, 35%, 9%, 21%"></strong></pre>
+
+     <p>Note that "sales graph" would be inadequate alternative text for a
+      sales graph. Text that would be a good <em><a
+      href="#caption0">caption</a></em> is not generally suitable as
+      replacement text.</p>
+    </div>
+
    <dt>Images that defy a complete description
 
    <dd>

Modified: source
===================================================================
--- source	2008-08-25 01:00:02 UTC (rev 2113)
+++ source	2008-08-25 10:03:53 UTC (rev 2114)
@@ -14453,6 +14453,21 @@
 
     </div>
 
+    <div class="example">
+
+     <p>A graph in a financial report:</p>
+
+     <pre><strong><img src="sales.gif"
+     title="Sales graph"
+     alt="From 1998 to 2005, sales increased by the following percentages
+     with each year: 624%, 75%, 138%, 40%, 35%, 9%, 21%"></strong></pre>
+
+     <p>Note that "sales graph" would be inadequate alternative text
+     for a sales graph. Text that would be a good <em>caption</em> is
+     not generally suitable as replacement text.</p>
+
+    </div>
+
    </dd>
 
 




More information about the Commit-Watchers mailing list