<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Too much accessibility - the rise and fall of the LONGDESC</title>
	<atom:link href="http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/</link>
	<description></description>
	<pubDate>Fri, 29 Aug 2008 20:25:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55640</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Wed, 20 Feb 2008 08:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55640</guid>
		<description>Hi Ben,

If the incorrect implementations  of LONGDESC I've seen are down to authoring tools, I'd be surprised. They only appeared on a few images. Authoring tool problems tend to be more widespread than that. 

The alternative I've suggested can hardly be thought of as reinventing the wheel Ben, It's a text link.  It's also one of the suggested methods in the current draft WCAG 2.0  techniques  for handling &lt;a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20071211/G73.html" rel="nofollow"&gt;providing a long description&lt;/a&gt;.

Most important, it would make the long description available to everyone who needed it, regardless of the technology they use.</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>If the incorrect implementations  of LONGDESC I&#8217;ve seen are down to authoring tools, I&#8217;d be surprised. They only appeared on a few images. Authoring tool problems tend to be more widespread than that. </p>
<p>The alternative I&#8217;ve suggested can hardly be thought of as reinventing the wheel Ben, It&#8217;s a text link.  It&#8217;s also one of the suggested methods in the current draft WCAG 2.0  techniques  for handling <a href="http://www.w3.org/TR/2007/WD-WCAG20-TECHS-20071211/G73.html" rel="nofollow">providing a long description</a>.</p>
<p>Most important, it would make the long description available to everyone who needed it, regardless of the technology they use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55576</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Tue, 19 Feb 2008 20:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55576</guid>
		<description>My reply wouldn't go through so I've blogged it: &lt;a href="http://projectcerbera.com/blog/2008/02#day19" rel="nofollow"&gt;Comparing &lt;code&gt;longdesc&lt;/code&gt; to &lt;code&gt;&#60;a href&#62;&lt;/code&gt;&lt;/a&gt;.

If authors aren't using &lt;code&gt;longdesc&lt;/code&gt; sensibly, how would they become more successful at doing the same thing with another method? Is most usage of &lt;code&gt;longdesc&lt;/code&gt; just bogus additions from authoring tools which would be cleaned up by fixing those tools?</description>
		<content:encoded><![CDATA[<p>My reply wouldn&#8217;t go through so I&#8217;ve blogged it: <a href="http://projectcerbera.com/blog/2008/02#day19" rel="nofollow">Comparing <code>longdesc</code> to <code>&lt;a href&gt;</code></a>.</p>
<p>If authors aren&#8217;t using <code>longdesc</code> sensibly, how would they become more successful at doing the same thing with another method? Is most usage of <code>longdesc</code> just bogus additions from authoring tools which would be cleaned up by fixing those tools?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55527</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Tue, 19 Feb 2008 09:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55527</guid>
		<description>Hi Ben, 

Sorry I didn't find your whole message when I  sent my reply. I hit a bug in my screen reader that skips all content in a DIV, after it reaches  an ABBR element. Had to disable abbreviation  expansion and guess at the shorthand in your blog. :)  

The right-click solution you suggested for Firefox users could present a problem for people who can't use a mouse, don't you think? 

Some screen magnifiers aren't too bad, if you have several hundred pounds to spend, but most aren't clever at making enlarged images appear as clear as the original.

I'd be interested to try out the extension idea though, but then we get back to the whole point of this post, fewer than 10% of web authors are coding LONGDESC attributes that could work under any circumstances.  Providing a text link  isn't quite the same as browser CSS hacks, is it? If a text link isn't robust, the whole future of the web is in the balance.</description>
		<content:encoded><![CDATA[<p>Hi Ben, </p>
<p>Sorry I didn&#8217;t find your whole message when I  sent my reply. I hit a bug in my screen reader that skips all content in a DIV, after it reaches  an ABBR element. Had to disable abbreviation  expansion and guess at the shorthand in your blog. :)  </p>
<p>The right-click solution you suggested for Firefox users could present a problem for people who can&#8217;t use a mouse, don&#8217;t you think? </p>
<p>Some screen magnifiers aren&#8217;t too bad, if you have several hundred pounds to spend, but most aren&#8217;t clever at making enlarged images appear as clear as the original.</p>
<p>I&#8217;d be interested to try out the extension idea though, but then we get back to the whole point of this post, fewer than 10% of web authors are coding LONGDESC attributes that could work under any circumstances.  Providing a text link  isn&#8217;t quite the same as browser CSS hacks, is it? If a text link isn&#8217;t robust, the whole future of the web is in the balance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55524</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55524</guid>
		<description>Interesting point about enlarged pictures of things being hard to recognise while enlarged text is fine. I thought these 2 experiences would be equivalent. Learn something new every day! :-)

When a screen magnifier or a browser zoom feature is used, images do scale with text. If the scaling applies a sensible type of smoothing, I thought text in images would remain legible?

In the comments here, you wrote:

&lt;blockquote&gt;Yes, LONGDESC is just a kind of shorthand, but it needs to be handled in browsers in such a way that allows everyone to access the long description.&lt;/blockquote&gt;

So I thought discussing ideas about accessing &lt;code&gt;longdesc&lt;/code&gt; was relevant. My blog entry, "Further Description", mentioned context menus in graphical UAs and suggested generating a link beside images in text-only UAs. What do you think of those ideas?</description>
		<content:encoded><![CDATA[<p>Interesting point about enlarged pictures of things being hard to recognise while enlarged text is fine. I thought these 2 experiences would be equivalent. Learn something new every day! :-)</p>
<p>When a screen magnifier or a browser zoom feature is used, images do scale with text. If the scaling applies a sensible type of smoothing, I thought text in images would remain legible?</p>
<p>In the comments here, you wrote:</p>
<blockquote><p>Yes, LONGDESC is just a kind of shorthand, but it needs to be handled in browsers in such a way that allows everyone to access the long description.</p></blockquote>
<p>So I thought discussing ideas about accessing <code>longdesc</code> was relevant. My blog entry, &#8220;Further Description&#8221;, mentioned context menus in graphical UAs and suggested generating a link beside images in text-only UAs. What do you think of those ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55396</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55396</guid>
		<description>Hi Ben, the only related content  I could find from following your link was an expansion on what you mean by "seeing the image":

&lt;blockquote&gt;&#034;By “see the link” I meant “see” in the literal sense. A user who can view the image directly has no need for a link taking them to a description of what they just saw&#034;.&lt;/blockquote&gt;

Unfortunately, that doesn't take account of the many people who can see, but not clearly, or only partially.  They may not be screen reader users because they have enough sight to cope with text, which can be enlarged or reduced in size and follows predictable patterns. Reading is slowed, but still possible.  An image doesn't present any predictable pattern, so it's meaning would be either pure guesswork or have to be built up by a long process of concentrating on one bit of it at a time and reconstructing it in the mind like a jigsaw.  

Text presented in graphics, such as the x and y coordinates, or labels of a graph, won't scale with text, and will never be as clear, so that type of information is  likely to be lost to a lot of users, even those without serious sight conditions.  Long-sighted and short-sighted people for instance, might be equally disadvantaged, but don't need a screen reader.</description>
		<content:encoded><![CDATA[<p>Hi Ben, the only related content  I could find from following your link was an expansion on what you mean by &#8220;seeing the image&#8221;:</p>
<blockquote><p>&#034;By “see the link” I meant “see” in the literal sense. A user who can view the image directly has no need for a link taking them to a description of what they just saw&#034;.</p></blockquote>
<p>Unfortunately, that doesn&#8217;t take account of the many people who can see, but not clearly, or only partially.  They may not be screen reader users because they have enough sight to cope with text, which can be enlarged or reduced in size and follows predictable patterns. Reading is slowed, but still possible.  An image doesn&#8217;t present any predictable pattern, so it&#8217;s meaning would be either pure guesswork or have to be built up by a long process of concentrating on one bit of it at a time and reconstructing it in the mind like a jigsaw.  </p>
<p>Text presented in graphics, such as the x and y coordinates, or labels of a graph, won&#8217;t scale with text, and will never be as clear, so that type of information is  likely to be lost to a lot of users, even those without serious sight conditions.  Long-sighted and short-sighted people for instance, might be equally disadvantaged, but don&#8217;t need a screen reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben 'Cerbera' Millard</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55261</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Sun, 17 Feb 2008 13:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-55261</guid>
		<description>I've got some ideas about how &lt;code&gt;longdesc&lt;/code&gt; could be handled without needing a screen reader. I've written them up in &lt;a href="http://projectcerbera.com/blog/2008/02#day16" rel="nofollow"&gt;Further Description&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got some ideas about how <code>longdesc</code> could be handled without needing a screen reader. I&#8217;ve written them up in <a href="http://projectcerbera.com/blog/2008/02#day16" rel="nofollow">Further Description</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54898</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Thu, 14 Feb 2008 13:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54898</guid>
		<description>&lt;strong&gt;John&lt;/strong&gt;:  the difference between having an images long description linked to by an image inside a link and an image using LONGDESC is that people who aren't screen reader users don't have access to the long description file.  Some may want or need it.

I  don't advocate just linking from the image though. That would leave folk who don't have easy access to the ALT text, in some doubt about why the image is linked, and where the link leads.  That's why I suggest incorporating contextual text into the link. 

Yes, LONGDESC is just a kind of shorthand, but it needs to be handled in browsers in such a way that allows everyone to access the long description.  Sometimes it's used to link to a table layout of financial information presented in a chart.  If the chart is too small for people with less than 20-20 vision to identify labels, or users find charts more difficult to understand than plain figures, there's a clear need to provide an alternative that can be accessed without having to buy a screen reader.  At least until the LONGDESC is available to all.

I have to confess, I don't know how a text browser would handle LONGDESC. It's a good point, thanks for raising it.  I'll check it out and come back to you on this one.</description>
		<content:encoded><![CDATA[<p><strong>John</strong>:  the difference between having an images long description linked to by an image inside a link and an image using LONGDESC is that people who aren&#8217;t screen reader users don&#8217;t have access to the long description file.  Some may want or need it.</p>
<p>I  don&#8217;t advocate just linking from the image though. That would leave folk who don&#8217;t have easy access to the ALT text, in some doubt about why the image is linked, and where the link leads.  That&#8217;s why I suggest incorporating contextual text into the link. </p>
<p>Yes, LONGDESC is just a kind of shorthand, but it needs to be handled in browsers in such a way that allows everyone to access the long description.  Sometimes it&#8217;s used to link to a table layout of financial information presented in a chart.  If the chart is too small for people with less than 20-20 vision to identify labels, or users find charts more difficult to understand than plain figures, there&#8217;s a clear need to provide an alternative that can be accessed without having to buy a screen reader.  At least until the LONGDESC is available to all.</p>
<p>I have to confess, I don&#8217;t know how a text browser would handle LONGDESC. It&#8217;s a good point, thanks for raising it.  I&#8217;ll check it out and come back to you on this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54893</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 14 Feb 2008 12:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54893</guid>
		<description>Nice artical Bim, I've only come across this longdesc attribute recently and have never used it.

My only question is what is the difference between having an images long description linked to by an image inside a link and an image using longdesc?

If they both respond via enter/clicking then the only difference I can see is longdesc is a kind of short hand?

Also how does longdesc respond while images are disabled? IE textonly browsers etc.</description>
		<content:encoded><![CDATA[<p>Nice artical Bim, I&#8217;ve only come across this longdesc attribute recently and have never used it.</p>
<p>My only question is what is the difference between having an images long description linked to by an image inside a link and an image using longdesc?</p>
<p>If they both respond via enter/clicking then the only difference I can see is longdesc is a kind of short hand?</p>
<p>Also how does longdesc respond while images are disabled? IE textonly browsers etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54891</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Thu, 14 Feb 2008 12:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54891</guid>
		<description>&lt;strong&gt;Ben&lt;/strong&gt;: Many thanks for pointing up my errors, which I've now corrected.  I'd typed straight quotes into WordPress, not realising that they would be converted to curly ones.  Thanks also for the thought provoking blog, where  you make some interesting points, my response to these is below:
&lt;ul&gt;
 	&lt;li&gt;The description links suggested in WCAG 1.0, didn't catch on, as you quite rightly say. But those simply used the letter "D". Users didn't know what they were for, that's why I suggest a clear text link, making purpose clear.
&lt;/li&gt;
	&lt;li&gt;It's not quite true that if you can see the link then you can see the image, screen readers can follow the link, but not interpret the image, people with colour blindness or poor vision would be able to see and follow the link, but may be unable to see the image clearly enough to understand it's meaning and information. 
&lt;/li&gt;
	&lt;li&gt;If design constraints prevent users understanding content, that's not an accessible design. But I've more faith in the creativity and ingenuity of developers than that, especially those who are strong on accessibility.
&lt;/li&gt;
	&lt;li&gt;You're right about the confusion that could be caused by just giving in image an HREF to the text description, it could be handled by the ALT attribute, but that would only be available to screen reader and IE users.
&lt;/li&gt;
	&lt;li&gt;I agree that text to speach applications may be able to separate an HREF from a LONGDESC, and present them as different links, but that won't help users with low vision who don't need screen readers but do need the image described.
&lt;/li&gt;
	&lt;li&gt;You're right, in many cases, the correct place for complex image interpretation is in the content of the page,  but there may be cases where this isn't appropriate, which is where the plain text link idea comes back in.
&lt;/li&gt;
&lt;/ul&gt;

</description>
		<content:encoded><![CDATA[<p><strong>Ben</strong>: Many thanks for pointing up my errors, which I&#8217;ve now corrected.  I&#8217;d typed straight quotes into WordPress, not realising that they would be converted to curly ones.  Thanks also for the thought provoking blog, where  you make some interesting points, my response to these is below:</p>
<ul>
<li>The description links suggested in WCAG 1.0, didn&#8217;t catch on, as you quite rightly say. But those simply used the letter &#8220;D&#8221;. Users didn&#8217;t know what they were for, that&#8217;s why I suggest a clear text link, making purpose clear.
</li>
<li>It&#8217;s not quite true that if you can see the link then you can see the image, screen readers can follow the link, but not interpret the image, people with colour blindness or poor vision would be able to see and follow the link, but may be unable to see the image clearly enough to understand it&#8217;s meaning and information.
</li>
<li>If design constraints prevent users understanding content, that&#8217;s not an accessible design. But I&#8217;ve more faith in the creativity and ingenuity of developers than that, especially those who are strong on accessibility.
</li>
<li>You&#8217;re right about the confusion that could be caused by just giving in image an HREF to the text description, it could be handled by the ALT attribute, but that would only be available to screen reader and IE users.
</li>
<li>I agree that text to speach applications may be able to separate an HREF from a LONGDESC, and present them as different links, but that won&#8217;t help users with low vision who don&#8217;t need screen readers but do need the image described.
</li>
<li>You&#8217;re right, in many cases, the correct place for complex image interpretation is in the content of the page,  but there may be cases where this isn&#8217;t appropriate, which is where the plain text link idea comes back in.
</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bim</title>
		<link>http://www.rnib.org.uk/wacblog/articles/too-much-accessibility/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54886</link>
		<dc:creator>Bim</dc:creator>
		<pubDate>Thu, 14 Feb 2008 11:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rnib.org.uk/wacblog/general/too-much-accessibility-the-rise-and-fall-of-the-longdesc/#comment-54886</guid>
		<description>&lt;strong&gt;Martin&lt;/strong&gt;: I do so agree!  It would be wonderful if we could get all user agents to implement the specifications for all elements and attributes correctly. But how soon is it going to happen?  When did complaints about IE rendering of the ALT attribute begin? I believe that we should keep trying, but am suggesting what I hope are workable alternatives, "until user agents ...". 

I was being deliberately controvertial in suggesting that LONGDESC is removed from the web authors accessibility toolbox, hoping for a comment like yours. We put pressure on where we can, but the web community at large has to get behind calls for adherence to standards.  Many hands make light work. 

Educating developers is exactly what we're trying to do in this WACblog, along with flagging problems, and suggesting alternatives.  Education is a big part of everything we do, whether we're engaged in &lt;a href="http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_seeitrightaudit.hcsp" rel="nofollow"&gt;client commissioned audits&lt;/a&gt;, speaking at conferences, providing &lt;a href="http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_checkpoints.hcsp" rel="nofollow"&gt;online guidance&lt;/a&gt;, or running &lt;a href="http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_webacctraining.hcsp" rel="nofollow"&gt;training courses&lt;/a&gt;.  We're always looking for effective ways to reach more developers, so if you can think of any, do let us know.

The way you handled LONGDESC on the only time you used it, sounds grand, apart from it being initially in a link. In that case, if the large image linked to a download, I'd have been tempted to provide an adjacent text link, "Leaflet text: (HTML)", assuming that the download was in a different format.</description>
		<content:encoded><![CDATA[<p><strong>Martin</strong>: I do so agree!  It would be wonderful if we could get all user agents to implement the specifications for all elements and attributes correctly. But how soon is it going to happen?  When did complaints about IE rendering of the ALT attribute begin? I believe that we should keep trying, but am suggesting what I hope are workable alternatives, &#8220;until user agents &#8230;&#8221;. </p>
<p>I was being deliberately controvertial in suggesting that LONGDESC is removed from the web authors accessibility toolbox, hoping for a comment like yours. We put pressure on where we can, but the web community at large has to get behind calls for adherence to standards.  Many hands make light work. </p>
<p>Educating developers is exactly what we&#8217;re trying to do in this WACblog, along with flagging problems, and suggesting alternatives.  Education is a big part of everything we do, whether we&#8217;re engaged in <a href="http://www.rnib.org.uk/xpedio/groups/public/documents/publicwebsite/public_seeitrightaudit.hcsp" rel="nofollow">client commissioned audits</a>, speaking at conferences, providing <a href="http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_checkpoints.hcsp" rel="nofollow">online guidance</a>, or running <a href="http://www.rnib.org.uk/xpedio/groups/public/documents/PublicWebsite/public_webacctraining.hcsp" rel="nofollow">training courses</a>.  We&#8217;re always looking for effective ways to reach more developers, so if you can think of any, do let us know.</p>
<p>The way you handled LONGDESC on the only time you used it, sounds grand, apart from it being initially in a link. In that case, if the large image linked to a download, I&#8217;d have been tempted to provide an adjacent text link, &#8220;Leaflet text: (HTML)&#8221;, assuming that the download was in a different format.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
