html5/alt-techniques Overview.html,1.64,1.65

Update of /sources/public/html5/alt-techniques
In directory hutz:/tmp/cvs-serv26024

Modified Files:
	Overview.html 
Log Message:
fixed inline example 2

Index: Overview.html
===================================================================
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 &lt;img src=&quot;heart.png&quot; <strong>alt=&quot;breaks&quot;</strong>&gt; you.</PRE>
+  <PRE>My &lt;img src=&quot;heart.png&quot; <strong>alt=&quot;heart&quot;</strong>&gt; breaks.</PRE>
 </div>
 <H4 id="hbm">Further Techniques </H4>
 <p class="note">to do</p>

Received on Sunday, 17 April 2011 08:41:15 UTC