- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Aug 2008 09:16:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21622
Modified Files:
Overview.html
Log Message:
Explicitly mention alt='' in the recently added case, so that it isn't ambiguous that alt='' is required. (whatwg r2109)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1281
retrieving revision 1.1282
diff -u -d -r1.1281 -r1.1282
--- Overview.html 23 Aug 2008 09:12:07 -0000 1.1281
+++ Overview.html 23 Aug 2008 09:16:31 -0000 1.1282
@@ -16838,8 +16838,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.
Received on Saturday, 23 August 2008 09:17:07 UTC