steve:

steve:

http://dev.w3.org/cvsweb/html5/alt-techniques/Overview.html?r1=1.13&r2=1.14&f=h

===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html 21 Apr 2010 10:25:35 -0000 1.13
+++ Overview.html 21 Apr 2010 10:28:15 -0000 1.14
@@ -907,14 +907,14 @@
   <p><strong>Image example in context:</strong></p>
   <div class="element1">
     
-    <p><img src="images/webcam1.jpg" alt="" width="296" height="225"></p>
+    <p><img src="images/webcam1.jpg" alt="Sopwith house taken on the 21/04/10 at 11:51 and 34 seconds." width="296" height="225"></p>
     <p>View from the top of Sopwith house, looking towards North Kingston.</p>
     <p>This image is updated every hour.</p>
     <p>View the  <a href="http://news.bbc.co.uk/weather/forecast/4296?area=Kingston">latest weather details</a> for Kingston upon Thames.</p>
   </div>
   <p><strong>Code Example:</strong></p>
   <pre>&lt;figure&gt;   
-&lt;img src="webcam1.jpg" <strong>alt="Sopwith house 21/04/10 taken at 11:51 and 34 seconds."</strong> aria-describedby=&quot;s1&quot;&gt;  
+&lt;img src="webcam1.jpg" <strong>alt="Sopwith house taken on the 21/04/10 at 11:51 and 34 seconds."</strong> aria-describedby=&quot;s1&quot;&gt;  
 &lt;figcaption id=&quot;s1&quot;&gt;View from the top of Sopwith house, looking towards north Kingston.&lt;/figcaption&gt;
 &lt;p&gt;This image is updated every hour.&lt;/p&gt;
 &lt;p&gt;View the &lt;a href=&quot;http://news.bbc.co.uk/weather/forecast/4296?area=Kingston&quot;&gt;

Received on Wednesday, 21 April 2010 10:28:54 UTC