removed "title" attribute from example per EOWG comments
authorMark Sadecki <mark@w3.org>
Fri, 13 Dec 2013 15:38:31 -0500
changeset 62 6ddbb6ab517c
parent 61 f4d139c52636
child 63 c8da8ec4a07b
removed "title" attribute from example per EOWG comments
longdesc1/longdesc.html
--- a/longdesc1/longdesc.html	Fri Dec 13 14:59:41 2013 -0500
+++ b/longdesc1/longdesc.html	Fri Dec 13 15:38:31 2013 -0500
@@ -441,7 +441,7 @@
 
 &lt;!-- The description is somewhere on the same page as the image --&gt;
 &lt;img src="http://example.com/graph1" alt="(Drinks are getting sweeter)"
-    title="Figure One" longdesc="#graph1Explained"&gt;
+    longdesc="#graph1Explained"&gt;
 
 &lt;!-- The description is a page on its own --&gt;
 &lt;img src="figure1" alt="figure 1" longdesc="http://example.com/desc1"&gt;