- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 14:11:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/alt-techniques
In directory hutz:/tmp/cvs-serv25987
Modified Files:
Overview.html developer.html
Log Message:
updated alt text decision tree
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html 26 Jun 2012 12:46:12 -0000 1.107
+++ Overview.html 26 Jun 2012 14:11:39 -0000 1.108
@@ -883,9 +883,14 @@
<LI><STRONG>No</STRONG>: Continue on!</LI>
</UL>
</LI>
- <LI>Does this <a href="#sec3">image contain text</a> not provided near the image?
+ <LI>Does this <a href="#sec3">image contain text</a>?
<UL>
- <LI><STRONG>Yes</STRONG>: Use the <code>alt</code> attribute to include the communicative text of the image (not text included for visual effect)</LI>
+ <LI><STRONG>Yes</STRONG>:
+ <ul>
+ <li>If the text in the image is also present as <em>real</em> text nearby, use an <a href="#secm3">empty</a> <code>alt</code> attribute. </li>
+ <li>Otherwise, use the <code>alt</code> attribute to include the communicative text of the image (not text included for visual effect)</li>
+ </ul>
+ </LI>
<LI><STRONG>No</STRONG>: Continue on!</LI>
</UL>
</LI>
Index: developer.html
===================================================================
RCS file: /sources/public/html5/alt-techniques/developer.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- developer.html 26 Jun 2012 12:46:41 -0000 1.13
+++ developer.html 26 Jun 2012 14:11:39 -0000 1.14
@@ -801,17 +801,22 @@
<LI><STRONG>No</STRONG>: Continue on!</LI>
</UL>
</LI>
- <LI>Does this <a href="#sec3">image contain text</a> not provided near the image?
+ <LI>Does this <a href="#sec3">image contain text</a>?
<UL>
- <LI><STRONG>Yes</STRONG>: Use the <code>alt</code> attribute to include the communicative text of the image (not text included for visual effect)</LI>
+ <LI><STRONG>Yes</STRONG>:
+ <ul>
+ <li>If the text in the image is also present as <em>real</em> text nearby, use an <a href="#secm3">empty</a> <code>alt</code> attribute. </li>
+ <li>Otherwise, use the <code>alt</code> attribute to include the communicative text of the image (not text included for visual effect)</li>
+ </ul>
+ </LI>
<LI><STRONG>No</STRONG>: Continue on!</LI>
</UL>
</LI>
<LI>Does the image contribute meaning to the current page or context?
<UL>
<LI><strong>Yes</strong>, but a suitable alt text is unknown at the time of publication: <a href="#sec12">provide a caption for the image</a>.</LI>
- <LI><STRONG>Yes, </STRONG>and it’s a <a href="#sec6">simple graphic</a> or <a href="#sec9">photograph</a>: the <code>alt</code> attribute should briefly describe the image in a way that conveys that meaning.</LI>
- <LI><STRONG>Yes</STRONG>, and it’s a <a href="#sec2">graph or complex piece of information</a>: include the information contained in the image elsewhere on the page.</LI>
+ <LI><STRONG>Yes, </STRONG>and it's a <a href="#sec6">simple graphic</a> or <a href="#sec9">photograph</a>: the <code>alt</code> attribute should briefly describe the image in a way that conveys that meaning.</LI>
+ <LI><STRONG>Yes</STRONG>, and it's a <a href="#sec2">graph or complex piece of information</a>: include the information contained in the image elsewhere on the page.</LI>
<LI><STRONG>No</STRONG>: Use an <a href="#secm3">empty</a> <code>alt</code> attribute. </LI>
</UL>
</LI>
Received on Tuesday, 26 June 2012 14:11:50 UTC