- From: poot <cvsmail@w3.org>
- Date: Sun, 17 Apr 2011 04:43:08 -0400
- To: public-html-diffs@w3.org
steve: fixed inline example 2 http://dev.w3.org/cvsweb/html5/alt-techniques/Overview.html?r1=1.64&r2=1.65&f=h =================================================================== RCS file: /sources/public/html5/alt-techniques/Overview.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- Overview.html 15 Apr 2011 15:17:57 -0000 1.64 +++ Overview.html 17 Apr 2011 08:41:11 -0000 1.65 @@ -184,7 +184,7 @@ </head> <body> <div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">HTML5: Techniques for providing useful text alternatives</h1> -<h2 id="w3c-working-draft-05-may-2010"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft 15 April 2011</h2> +<h2 id="w3c-working-draft-05-may-2010"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft 17 April 2011</h2> <dl><!-- <dt>This version:</dt> <dd><a href="http://www.w3.org/TR/2010/WD-html-alt-techniques-20100624/">http://www.w3.org/TR/2010/WD-html-alt-techniques-20100624/</a></dd><dt>Latest published version:</dt> --> <!-- <dd><A href="http://www.w3.org/TR/html-alt-techniques/">http://www.w3.org/TR/html-alt-techniques/</A> </dd> --><dt>Latest editor's draft:</dt><dd><a href="http://dev.w3.org/html5/alt-techniques/">http://dev.w3.org/html5/alt-techniques/</a></dd> @@ -1010,10 +1010,10 @@ <p><strong>Example Image:</strong></p> <div class="element1"> - <p><span class="inline">My <img src="images/heart.png" width="27" height="24" alt="love"> breaks.</span></p> + <p><span class="inline">My <img src="images/heart.png" width="27" height="24" alt="heart"> breaks.</span></p> </div> <p><strong>Example code:</strong></p> - <PRE>I <img src="heart.png" <strong>alt="breaks"</strong>> you.</PRE> + <PRE>My <img src="heart.png" <strong>alt="heart"</strong>> breaks.</PRE> </div> <H4 id="hbm">Further Techniques </H4> <p class="note">to do</p>
Received on Sunday, 17 April 2011 08:43:10 UTC