[html5] r6972 - [e] (0) Try to provide more guidance. Fixing https://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 16:36:45 PST 2012


Author: ianh
Date: 2012-02-06 16:36:44 -0800 (Mon, 06 Feb 2012)
New Revision: 6972

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try to provide more guidance.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15586
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-02-07 00:22:53 UTC (rev 6971)
+++ complete.html	2012-02-07 00:36:44 UTC (rev 6972)
@@ -23996,6 +23996,10 @@
   image; it is not meant to supplement the image. The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute can be used for
   supplemental information.</p>
 
+  <p>Another corollary is that the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value should not repeat
+  information that is already provided in the prose next to the
+  image.</p>
+
   <p class=note>One way to think of alternative text is to think
   about how you would read the page containing the image to someone
   over the phone, without mentioning that there is an image

Modified: index
===================================================================
--- index	2012-02-07 00:22:53 UTC (rev 6971)
+++ index	2012-02-07 00:36:44 UTC (rev 6972)
@@ -23996,6 +23996,10 @@
   image; it is not meant to supplement the image. The <code title=attr-title><a href=#the-title-attribute>title</a></code> attribute can be used for
   supplemental information.</p>
 
+  <p>Another corollary is that the <code title=attr-img-alt><a href=#attr-img-alt>alt</a></code> attribute's value should not repeat
+  information that is already provided in the prose next to the
+  image.</p>
+
   <p class=note>One way to think of alternative text is to think
   about how you would read the page containing the image to someone
   over the phone, without mentioning that there is an image

Modified: source
===================================================================
--- source	2012-02-07 00:22:53 UTC (rev 6971)
+++ source	2012-02-07 00:36:44 UTC (rev 6972)
@@ -25788,6 +25788,11 @@
   title="attr-title">title</code> attribute can be used for
   supplemental information.</p>
 
+  <p>Another corollary is that the <code
+  title="attr-img-alt">alt</code> attribute's value should not repeat
+  information that is already provided in the prose next to the
+  image.</p>
+
   <p class="note">One way to think of alternative text is to think
   about how you would read the page containing the image to someone
   over the phone, without mentioning that there is an image




More information about the Commit-Watchers mailing list