- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Mar 2012 17:41:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/alt-techniques
In directory hutz:/tmp/cvs-serv11360
Modified Files:
Overview.html
Log Message:
fixed another example in the figure section
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html 20 Mar 2012 17:23:12 -0000 1.101
+++ Overview.html 20 Mar 2012 17:41:14 -0000 1.102
@@ -1754,9 +1754,9 @@
<p>Until the <code>figure</code> and <code>figcaption</code> elements are widely accessibility supported by browsers and/or assistive technology it is recommended that <code>role="group"</code> be used on the figure element and in the case where the <code>figcaption</code> content is the text alternative, provide a label for the image in the <code>alt</code> attribute. These recommendations are illustrated in following example:</p>
<p><strong>Example C: </strong></p>
<div class="element1">
- <p><img src="images/shadows.jpg" alt="" width="400" height="310"></p>
+ <p><img src="images/shadows.jpg" alt="(photo 1)" width="400" height="310"></p>
<p><strong>Shadow like figures and a graffiti tag drawn on the walls of a
- partially demolished building, illuminated by the light from a street lamp. </strong></p>
+ partially demolished building, illuminated by the light from a street lamp (photo 1). </strong></p>
</div>
<p><strong>Code example:</strong></p>
<pre><figure <strong>role="group"</strong>> <br><img src="shadows.jpg" <strong>alt="photo 1"</strong>> <br><figcaption><strong></strong>Shadow like figures and a graffiti tag drawn on the walls of a
Received on Tuesday, 20 March 2012 17:41:19 UTC