<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessibility: Take 2</title>
	<atom:link href="http://cssquirrel.com/2009/09/17/accessibility-take-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/</link>
	<description>opinions and news on web design</description>
	<lastBuildDate>Thu, 17 May 2012 05:41:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Claude Almansi</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-30715</link>
		<dc:creator>Claude Almansi</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-30715</guid>
		<description>Both http://www.cssquirrel.com/comic/?comic=35 and http://www.cssquirrel.com/comicscripts/script35.htm are great. And this could be such an incentive in language (whether native or secondary) classes: asking students to produce verbal descriptions of comics that work would get more echo if they knew it could be of real use to people who can&#039;t view the comics.</description>
		<content:encoded><![CDATA[<p>Both <a href="http://www.cssquirrel.com/comic/?comic=35" rel="nofollow">http://www.cssquirrel.com/comic/?comic=35</a> and <a href="http://www.cssquirrel.com/comicscripts/script35.htm" rel="nofollow">http://www.cssquirrel.com/comicscripts/script35.htm</a> are great. And this could be such an incentive in language (whether native or secondary) classes: asking students to produce verbal descriptions of comics that work would get more echo if they knew it could be of real use to people who can&#8217;t view the comics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaals</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-28307</link>
		<dc:creator>Chaals</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-28307</guid>
		<description>PS Thanks for the comic in general...</description>
		<content:encoded><![CDATA[<p>PS Thanks for the comic in general&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaals</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-28305</link>
		<dc:creator>Chaals</dc:creator>
		<pubDate>Mon, 19 Oct 2009 05:04:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-28305</guid>
		<description>Well, I had a chat with My Good Friend John (a.k.a. $%%(&amp;*^%&amp;$ Foliot, inter alia) between the adding of aria-describedBy and the subsequent addition of longdesc. There&#039;s probably a chain in there somewhere (not to mention whips and oil and whatever else keeps John&#039;s bike running).

Thank you for your efforts in working on accessibility for this. Thanks in particular for the longdesc thing, since there really is a shortage of people who post stuff the HTML 5 public reads who actually use longdesc.

It&#039;s true that the aria version requires the content to be on the screen - longdesc merely *allows* that. But then, it is in theory possible to change that since ARIA is in working draft. The argument against is that ARIA is currently meant to work on a page or application, but I don&#039;t think it&#039;s such a hassle even in a widget installed and running offline, since it can hold the descriptive content offline too. In certain situations it may even make sense to be able to collect the descriptions in a seperate document (rather like a glossary) for ease of maintenance. 

The argument Lachlan gives against allowing this is that it leads to invisible metadata, which in the general case is often badly-maintained. However, these things are, in the general case, non-existent, so looking at what people (and squirrels) who actually use these things do might be more important than extrapolating from the skewed dataset of &quot;everything in existence&quot;.

Anyway, since I am in the process of looking carefully at how to do our ARIA support in Opera, and therefore looking once again carefully at the spec (after several years of not getting close to most of the nitty-gritty), your experience and thoughts, and those of your readers, are interesting and valuable.

I have some other thoughts (and talked to John about them), but it is very late. Assuming I managed to solve the semantic puzzle, I will try to get back to the topic later...</description>
		<content:encoded><![CDATA[<p>Well, I had a chat with My Good Friend John (a.k.a. $%%(&amp;*^%&amp;$ Foliot, inter alia) between the adding of aria-describedBy and the subsequent addition of longdesc. There&#8217;s probably a chain in there somewhere (not to mention whips and oil and whatever else keeps John&#8217;s bike running).</p>
<p>Thank you for your efforts in working on accessibility for this. Thanks in particular for the longdesc thing, since there really is a shortage of people who post stuff the HTML 5 public reads who actually use longdesc.</p>
<p>It&#8217;s true that the aria version requires the content to be on the screen &#8211; longdesc merely *allows* that. But then, it is in theory possible to change that since ARIA is in working draft. The argument against is that ARIA is currently meant to work on a page or application, but I don&#8217;t think it&#8217;s such a hassle even in a widget installed and running offline, since it can hold the descriptive content offline too. In certain situations it may even make sense to be able to collect the descriptions in a seperate document (rather like a glossary) for ease of maintenance. </p>
<p>The argument Lachlan gives against allowing this is that it leads to invisible metadata, which in the general case is often badly-maintained. However, these things are, in the general case, non-existent, so looking at what people (and squirrels) who actually use these things do might be more important than extrapolating from the skewed dataset of &#8220;everything in existence&#8221;.</p>
<p>Anyway, since I am in the process of looking carefully at how to do our ARIA support in Opera, and therefore looking once again carefully at the spec (after several years of not getting close to most of the nitty-gritty), your experience and thoughts, and those of your readers, are interesting and valuable.</p>
<p>I have some other thoughts (and talked to John about them), but it is very late. Assuming I managed to solve the semantic puzzle, I will try to get back to the topic later&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri Sivonen</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27255</link>
		<dc:creator>Henri Sivonen</dc:creator>
		<pubDate>Sat, 19 Sep 2009 07:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27255</guid>
		<description>I didn&#039;t intend to draw a comparison with the Super Frinds. I was just lazy and assumed you were reading the #whatwg logs in search for material for the comic anyway.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t intend to draw a comparison with the Super Frinds. I was just lazy and assumed you were reading the #whatwg logs in search for material for the comic anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrill Thompson</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27251</link>
		<dc:creator>Terrill Thompson</dc:creator>
		<pubDate>Sat, 19 Sep 2009 03:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27251</guid>
		<description>The short answer: Yes. The Longdesc on your comic does the job in both JAWS 10 and Window-Eyes 7 (nicely written description by the way!) 

The long answer is here: http://tinyurl.com/blogdesc</description>
		<content:encoded><![CDATA[<p>The short answer: Yes. The Longdesc on your comic does the job in both JAWS 10 and Window-Eyes 7 (nicely written description by the way!) </p>
<p>The long answer is here: <a href="http://tinyurl.com/blogdesc" rel="nofollow">http://tinyurl.com/blogdesc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo González Mora</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27249</link>
		<dc:creator>Gonzalo González Mora</dc:creator>
		<pubDate>Sat, 19 Sep 2009 02:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27249</guid>
		<description>I&#039;m sorry for the double comment but I found something quite interesting: a &lt;a href=&quot;http://wiki.codetalks.org/wiki/index.php/Set_of_ARIA_Test_Cases#describedby&quot; rel=&quot;nofollow&quot;&gt;set of ARIA Test Cases&lt;/a&gt; where there&#039;s an entry on JAWS for aria-describedby but for the indentation I don&#039;t know if that is the &lt;em&gt;expected&lt;/em&gt; behavior, or the current one:

&lt;strong&gt;JAWS:&lt;/strong&gt;


If described by is used on a fieldset (group box), JAWS speaks the description when focus is placed on a control within the group box for the first time.
If described by is used on a control, JAWS displays the description when the user presses JAWSKey+F1.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry for the double comment but I found something quite interesting: a <a href="http://wiki.codetalks.org/wiki/index.php/Set_of_ARIA_Test_Cases#describedby" rel="nofollow">set of ARIA Test Cases</a> where there&#8217;s an entry on JAWS for aria-describedby but for the indentation I don&#8217;t know if that is the <em>expected</em> behavior, or the current one:</p>
<p><strong>JAWS:</strong></p>
<p>If described by is used on a fieldset (group box), JAWS speaks the description when focus is placed on a control within the group box for the first time.<br />
If described by is used on a control, JAWS displays the description when the user presses JAWSKey+F1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo González Mora</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27248</link>
		<dc:creator>Gonzalo González Mora</dc:creator>
		<pubDate>Sat, 19 Sep 2009 02:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27248</guid>
		<description>I did a (very) quick search on Google for aria-describedby and found three entries: one said that the key for it is F1, other said &quot;JawsKey+F1&quot; (I don&#039;t know what that means) and the other one said it&#039;s Insert+F1. I don&#039;t have JAWS so I can&#039;t test it, unfortunately. 

I think I should read more on this, I have two books which I got recently but I couldn&#039;t find the time to read them, I&#039;ll try to read one this weekend. One is &quot;Web Accessibility: Web Standards and Regulatory Compliance&quot; by J. Thatcher, M. Burks, et al., and the other one is &quot;Maximum Accessibility&quot; by John Slatin and Sharron Rush.</description>
		<content:encoded><![CDATA[<p>I did a (very) quick search on Google for aria-describedby and found three entries: one said that the key for it is F1, other said &#8220;JawsKey+F1&#8243; (I don&#8217;t know what that means) and the other one said it&#8217;s Insert+F1. I don&#8217;t have JAWS so I can&#8217;t test it, unfortunately. </p>
<p>I think I should read more on this, I have two books which I got recently but I couldn&#8217;t find the time to read them, I&#8217;ll try to read one this weekend. One is &#8220;Web Accessibility: Web Standards and Regulatory Compliance&#8221; by J. Thatcher, M. Burks, et al., and the other one is &#8220;Maximum Accessibility&#8221; by John Slatin and Sharron Rush.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27239</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27239</guid>
		<description>@Terrill - I&#039;m not sure how widely supported aria-describedby is, but I figure someday readers will use it, hence the inclusion. Thank you very much for the feedback. Does the longdesc attribute properly send you to the transcript?</description>
		<content:encoded><![CDATA[<p>@Terrill &#8211; I&#8217;m not sure how widely supported aria-describedby is, but I figure someday readers will use it, hence the inclusion. Thank you very much for the feedback. Does the longdesc attribute properly send you to the transcript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrill Thompson</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27238</link>
		<dc:creator>Terrill Thompson</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27238</guid>
		<description>I&#039;ve not had any luck getting aria-describedby to work, either on your comic or on other test sites. I&#039;ve come to believe it&#039;s not yet supported either by browsers or screen readers (not sure which, maybe both), but I&#039;m standing by to be corrected on that. I&#039;ve tried JAWS 10, WindowEyes 7.0 and NVDA 0.6p3.2 using IE 8 and Firefox 3.5. None of them announce the describedby text or its availability in any way. 

Longdesc is working though. I don&#039;t think NVDA supports it yet, but JAWS and Window-Eyes both announce the availability of a long description and invite the user to read it by pressing another keystroke (Enter in JAWS, Alt+Enter in Window-Eyes).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not had any luck getting aria-describedby to work, either on your comic or on other test sites. I&#8217;ve come to believe it&#8217;s not yet supported either by browsers or screen readers (not sure which, maybe both), but I&#8217;m standing by to be corrected on that. I&#8217;ve tried JAWS 10, WindowEyes 7.0 and NVDA 0.6p3.2 using IE 8 and Firefox 3.5. None of them announce the describedby text or its availability in any way. </p>
<p>Longdesc is working though. I don&#8217;t think NVDA supports it yet, but JAWS and Window-Eyes both announce the availability of a long description and invite the user to read it by pressing another keystroke (Enter in JAWS, Alt+Enter in Window-Eyes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/09/17/accessibility-take-2/comment-page-1/#comment-27229</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=433#comment-27229</guid>
		<description>Stéphane - The primary objective is to provide lasting support for vision-impaired readers to have easy access to the transcript of a comic, without bloating the comic&#039;s page with a large hidden field filled with the descriptions and transcript. I&#039;ve been using both attributes in an attempt to allow support for older and newer screen-readers (it&#039;s my understanding that longdesc is in the process of being put out to pasture, so I didn&#039;t want to rely on it alone.)

I&#039;m not certain if the aria-describedby solution I have works properly or not (aka, if it provides a clear path to the link that brings up the transcript), hence the feedback requests. If not, I&#039;ll need to tinker with it more.

Gonzalo - Definitely still related to the topic. In the past I&#039;ve been instructed that you should always start link alt attributes with &quot;Link to&quot;... but I don&#039;t recall if it was advice meant for some strange SEO practice at the time, or accessibility or what. Any screen-reader users able to offer feedback? Is it obnoxious, or helpful?</description>
		<content:encoded><![CDATA[<p>Stéphane &#8211; The primary objective is to provide lasting support for vision-impaired readers to have easy access to the transcript of a comic, without bloating the comic&#8217;s page with a large hidden field filled with the descriptions and transcript. I&#8217;ve been using both attributes in an attempt to allow support for older and newer screen-readers (it&#8217;s my understanding that longdesc is in the process of being put out to pasture, so I didn&#8217;t want to rely on it alone.)</p>
<p>I&#8217;m not certain if the aria-describedby solution I have works properly or not (aka, if it provides a clear path to the link that brings up the transcript), hence the feedback requests. If not, I&#8217;ll need to tinker with it more.</p>
<p>Gonzalo &#8211; Definitely still related to the topic. In the past I&#8217;ve been instructed that you should always start link alt attributes with &#8220;Link to&#8221;&#8230; but I don&#8217;t recall if it was advice meant for some strange SEO practice at the time, or accessibility or what. Any screen-reader users able to offer feedback? Is it obnoxious, or helpful?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

