- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Aug 2008 10:03:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8912 Modified Files: Overview.html Log Message: More alt='' examples. (whatwg r2114) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1286 retrieving revision 1.1287 diff -u -d -r1.1286 -r1.1287 --- Overview.html 25 Aug 2008 00:59:49 -0000 1.1286 +++ Overview.html 25 Aug 2008 10:03:37 -0000 1.1287 @@ -16912,6 +16912,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>
Received on Monday, 25 August 2008 10:04:15 UTC