[html5] r2108 - [e] (0) Be more explicit about alt={} cases.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 23 02:12:23 PDT 2008


Author: ianh
Date: 2008-08-23 02:12:21 -0700 (Sat, 23 Aug 2008)
New Revision: 2108

Modified:
   index
   source
Log:
[e] (0) Be more explicit about alt={} cases.

Modified: index
===================================================================
--- index	2008-08-23 09:01:31 UTC (rev 2107)
+++ index	2008-08-23 09:12:21 UTC (rev 2108)
@@ -16885,11 +16885,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

Modified: source
===================================================================
--- source	2008-08-23 09:01:31 UTC (rev 2107)
+++ source	2008-08-23 09:12:21 UTC (rev 2108)
@@ -14454,12 +14454,12 @@
 
     <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
+    automated 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, 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>
+    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">alt</code>
     attribute's value must be a description of the <em>kind</em> of




More information about the Commit-Watchers mailing list