html5/spec Overview.html,1.1280,1.1281

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20640

Modified Files:
	Overview.html 
Log Message:
Be more explicit about alt={} cases. (whatwg r2108)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -d -r1.1280 -r1.1281
--- Overview.html	23 Aug 2008 09:01:18 -0000	1.1280
+++ Overview.html	23 Aug 2008 09:12:07 -0000	1.1281
@@ -16893,11 +16893,12 @@
    <dd>
     <p>In some unfortunate cases, there might be no alternative text
      available at all, either because the image is obtained in some automated
-     fashion without any associated alternative text, or because the page is
-     being generated by a script using user-provided images where the user
-     did not provide suitable or usable alternative text, or because the
-     author does not himself know what the images represent (e.g. as in the
-     case of a blind photographer sharing his library).</p>
+     fashion without any associated alternative text (e.g. a Webcam), or
+     because the page is being generated by a script using user-provided
+     images where the user did not provide suitable or usable alternative
+     text (e.g. photograph sharing sites), or because the author does not
+     himself know what the images represent (e.g. a blind photographer
+     sharing an image on his blog).</p>
 
     <p>In such cases, the <code title=attr-img-alt><a
      href="#alt0">alt</a></code> attribute's value must be a description of

Received on Saturday, 23 August 2008 09:12:44 UTC