- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Apr 2010 19:28:26 +0900 (JST)
- To: public-html-diffs@w3.org
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><figure>   
-<img src="webcam1.jpg" <strong>alt="Sopwith house 21/04/10 taken at 11:51 and 34 seconds."</strong> aria-describedby="s1">  
+<img src="webcam1.jpg" <strong>alt="Sopwith house taken on the 21/04/10 at 11:51 and 34 seconds."</strong> aria-describedby="s1">  
 <figcaption id="s1">View from the top of Sopwith house, looking towards north Kingston.</figcaption>
 <p>This image is updated every hour.</p>
 <p>View the <a href="http://news.bbc.co.uk/weather/forecast/4296?area=Kingston">
Received on Wednesday, 21 April 2010 10:28:54 UTC