[html5] r2109 - [e] (0) Explicitly mention alt='' in the recently added case, so that it isn't a [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 23 02:16:47 PDT 2008


Author: ianh
Date: 2008-08-23 02:16:45 -0700 (Sat, 23 Aug 2008)
New Revision: 2109

Modified:
   index
   source
Log:
[e] (0) Explicitly mention alt='' in the recently added case, so that it isn't ambiguous that alt='' is required.

Modified: index
===================================================================
--- index	2008-08-23 09:12:21 UTC (rev 2108)
+++ index	2008-08-23 09:16:45 UTC (rev 2109)
@@ -16830,8 +16830,9 @@
      be indistinct, or could be a complex fractal, or could be a detailed
      topographical map.</p>
 
-    <p>In these cases, some alternative text must be provided, but it may be
-     somewhat brief.</p>
+    <p>In these cases, the <code title=attr-img-alt><a
+     href="#alt0">alt</a></code> attribute must contain some suitable
+     alternative text, but it may be somewhat brief.</p>
 
     <div class=example>
      <p>Sometimes there simply is no text that can do justice to an image.

Modified: source
===================================================================
--- source	2008-08-23 09:12:21 UTC (rev 2108)
+++ source	2008-08-23 09:16:45 UTC (rev 2109)
@@ -14388,8 +14388,9 @@
     the image could be indistinct, or could be a complex fractal, or
     could be a detailed topographical map.</p>
 
-    <p>In these cases, some alternative text must be provided, but it
-    may be somewhat brief.</p>
+    <p>In these cases, the <code title="attr-img-alt">alt</code>
+    attribute must contain some suitable alternative text, but it may
+    be somewhat brief.</p>
 
     <div class="example">
 




More information about the Commit-Watchers mailing list