<?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: Testing Accessibility Feature: aria-describedby</title>
	<atom:link href="http://cssquirrel.com/2009/09/05/testing-accessibility-feature-aria-describedby/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/</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: Stéphane Deschamps</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27182</link>
		<dc:creator>Stéphane Deschamps</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27182</guid>
		<description>I, like you, think longdesc is most of the time fitting in another page rather than as an addendum. It would be a kind of electronic stutter, for lack of a better wordto express what I think. (ah, english, thou betrayest me!)

I love the idea of &quot;accessibility with a hammer&quot;. I&#039;ll reuse it someday, and quote you :)</description>
		<content:encoded><![CDATA[<p>I, like you, think longdesc is most of the time fitting in another page rather than as an addendum. It would be a kind of electronic stutter, for lack of a better wordto express what I think. (ah, english, thou betrayest me!)</p>
<p>I love the idea of &#8220;accessibility with a hammer&#8221;. I&#8217;ll reuse it someday, and quote you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27171</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27171</guid>
		<description>@Stéphane - Don&#039;t worry too much about going off-topic. Especially since accessibility is the topic here.

I did not add the tabindexes on the form, or anywhere else on the page for that matter. As a result, I didn&#039;t realize it was doing that. I just tried tabbing through, and was equally stumped by the results as you were.

Now that you&#039;ve brought this to my attention, I&#039;ll probably take a hammer to whatever part of the blog code contains those tabindexes.

Regarding aria-describedby, I also recently looked it up today and came to the same result you did. I do know that John specifically advocated a URL, however (his code was fairly specific), so I&#039;m unsure on the reasoning for the variance between the two. I&#039;ll have to explore that topic to see if there&#039;s good reasoning for it. (Frankly, I have a slight preference for putting the transcript off-page, but I&#039;m mulling over adding it as an invisible addendum.)</description>
		<content:encoded><![CDATA[<p>@Stéphane &#8211; Don&#8217;t worry too much about going off-topic. Especially since accessibility is the topic here.</p>
<p>I did not add the tabindexes on the form, or anywhere else on the page for that matter. As a result, I didn&#8217;t realize it was doing that. I just tried tabbing through, and was equally stumped by the results as you were.</p>
<p>Now that you&#8217;ve brought this to my attention, I&#8217;ll probably take a hammer to whatever part of the blog code contains those tabindexes.</p>
<p>Regarding aria-describedby, I also recently looked it up today and came to the same result you did. I do know that John specifically advocated a URL, however (his code was fairly specific), so I&#8217;m unsure on the reasoning for the variance between the two. I&#8217;ll have to explore that topic to see if there&#8217;s good reasoning for it. (Frankly, I have a slight preference for putting the transcript off-page, but I&#8217;m mulling over adding it as an invisible addendum.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stéphane Deschamps</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27170</link>
		<dc:creator>Stéphane Deschamps</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27170</guid>
		<description>@Kyle,

Now&#039;s a better hour for my taking time about the captcha :)

What I found felt &quot;wrong&quot; is that the links and the form did not tab lineraly from one to the other when I filled it earlier today. I tried tabbing through the whole page and I was expecting this:
1. name
2. email
3. website
4. the 3-link captcha
5. the comment field.

Yet what I got was not in this order, because you added tabindexes to your form. I&#039;d suggest removing them, but you may have good reason to keep them in place. I&#039;d be interested to know why you coded it that way.

Sorry to have strayed away so much from this post&#039;s topic, by the way. I hope you don&#039;t mind.

About the aria-describedy property, I looked up the information in the spec, actually: http://www.w3.org/TR/wai-aria/#aria-describedby

It does say IDREFS, so maybe John was thinking that you&#039;d provide the longdesc somewhere on the same page (which is an option I&#039;m going to investigate soon, as it&#039;s most of the time a pain to implement a separate page for the longdesc on many CMS&#039;s anyway).</description>
		<content:encoded><![CDATA[<p>@Kyle,</p>
<p>Now&#8217;s a better hour for my taking time about the captcha :)</p>
<p>What I found felt &#8220;wrong&#8221; is that the links and the form did not tab lineraly from one to the other when I filled it earlier today. I tried tabbing through the whole page and I was expecting this:<br />
1. name<br />
2. email<br />
3. website<br />
4. the 3-link captcha<br />
5. the comment field.</p>
<p>Yet what I got was not in this order, because you added tabindexes to your form. I&#8217;d suggest removing them, but you may have good reason to keep them in place. I&#8217;d be interested to know why you coded it that way.</p>
<p>Sorry to have strayed away so much from this post&#8217;s topic, by the way. I hope you don&#8217;t mind.</p>
<p>About the aria-describedy property, I looked up the information in the spec, actually: <a href="http://www.w3.org/TR/wai-aria/#aria-describedby" rel="nofollow">http://www.w3.org/TR/wai-aria/#aria-describedby</a></p>
<p>It does say IDREFS, so maybe John was thinking that you&#8217;d provide the longdesc somewhere on the same page (which is an option I&#8217;m going to investigate soon, as it&#8217;s most of the time a pain to implement a separate page for the longdesc on many CMS&#8217;s anyway).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27163</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27163</guid>
		<description>@Stéphane - The CAPTCHA has description-based alternatives to the graphic elements. Screen-reader using visitors have left comments, so I know it&#039;s possible to defeat the CAPTCHA with them. I am currently unsure how usable it is, however (I&#039;m going to have a phase of upgrades involving helping ensure it&#039;s not an undue burden or barrier).

With the longdesc extension for firefox, were you able to access the transcript file via the longdesc attribute?

Re: aria-describedby, I&#039;m using code based off an example provided to me by John Foliot. If anyone notices a mistake in how I implemented that example, let me know so I can correct it. I am fairly positive that URLs are valid, but I&#039;ll admit I haven&#039;t been too thorough in investigating that yet.</description>
		<content:encoded><![CDATA[<p>@Stéphane &#8211; The CAPTCHA has description-based alternatives to the graphic elements. Screen-reader using visitors have left comments, so I know it&#8217;s possible to defeat the CAPTCHA with them. I am currently unsure how usable it is, however (I&#8217;m going to have a phase of upgrades involving helping ensure it&#8217;s not an undue burden or barrier).</p>
<p>With the longdesc extension for firefox, were you able to access the transcript file via the longdesc attribute?</p>
<p>Re: aria-describedby, I&#8217;m using code based off an example provided to me by John Foliot. If anyone notices a mistake in how I implemented that example, let me know so I can correct it. I am fairly positive that URLs are valid, but I&#8217;ll admit I haven&#8217;t been too thorough in investigating that yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stéphane Deschamps</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27157</link>
		<dc:creator>Stéphane Deschamps</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27157</guid>
		<description>Hi Kyle,

(just as an aside: I don&#039;t know how a screen reader user can comment here with you squirrel captcha on comments - feel free to get in touch with me via email directly and we&#039;ll talk at length, I don&#039;t have the time at the moment).

Now for the point of this post.

1. I&#039;m using Patrick Lauke&#039;s longdesc extension for Firefox (https://addons.mozilla.org/fr/firefox/addon/273) and of course this does not use the aria attribute. Why am I right-clicking the image in the first place, you ask? I don&#039;t know. Habit, maybe. Heh.

2. When using FF3.5 + NVDA, the aria-describedby attribute is not declared, whereas it is in MArco Zehe&#039;s test page decribed here: http://www.marcozehe.de/2008/03/23/easy-aria-tip-2-aria-labelledby-and-aria-describedby/

Looking into the ARIA spec, this attribute should only target IDREFS, AKA unique elements&#039; IDs. So I&#039;m pretty sure the mechanism you&#039;re looking for cannot be achieved by a URL, as it is not a legal value for this attribute.</description>
		<content:encoded><![CDATA[<p>Hi Kyle,</p>
<p>(just as an aside: I don&#8217;t know how a screen reader user can comment here with you squirrel captcha on comments &#8211; feel free to get in touch with me via email directly and we&#8217;ll talk at length, I don&#8217;t have the time at the moment).</p>
<p>Now for the point of this post.</p>
<p>1. I&#8217;m using Patrick Lauke&#8217;s longdesc extension for Firefox (<a href="https://addons.mozilla.org/fr/firefox/addon/273" rel="nofollow">https://addons.mozilla.org/fr/firefox/addon/273</a>) and of course this does not use the aria attribute. Why am I right-clicking the image in the first place, you ask? I don&#8217;t know. Habit, maybe. Heh.</p>
<p>2. When using FF3.5 + NVDA, the aria-describedby attribute is not declared, whereas it is in MArco Zehe&#8217;s test page decribed here: <a href="http://www.marcozehe.de/2008/03/23/easy-aria-tip-2-aria-labelledby-and-aria-describedby/" rel="nofollow">http://www.marcozehe.de/2008/03/23/easy-aria-tip-2-aria-labelledby-and-aria-describedby/</a></p>
<p>Looking into the ARIA spec, this attribute should only target IDREFS, AKA unique elements&#8217; IDs. So I&#8217;m pretty sure the mechanism you&#8217;re looking for cannot be achieved by a URL, as it is not a legal value for this attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Weems</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27104</link>
		<dc:creator>Kyle Weems</dc:creator>
		<pubDate>Mon, 14 Sep 2009 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27104</guid>
		<description>@Taotsu - Feel free to keep discussing the topic here if you&#039;d like. It&#039;s educational for me, and will help me to refine the site.</description>
		<content:encoded><![CDATA[<p>@Taotsu &#8211; Feel free to keep discussing the topic here if you&#8217;d like. It&#8217;s educational for me, and will help me to refine the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taotsu</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-27073</link>
		<dc:creator>taotsu</dc:creator>
		<pubDate>Sun, 13 Sep 2009 14:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-27073</guid>
		<description>@John
sorry for checking back so late (as i said time is money ^-^)

Well, where to start!? as I said i am not firm on the topic, I would even admit that my knowledge goes to 0. The problem is to read docs on the topic can be (and is usually) not only time consuming, but also kinda boring, i am honest. I don&#039;t even really know how aria works (ok, i go to the corner and be embarrassed till sun set)

so before i can define 5 questions, i need to find one introduction and some further readings to get the actual basics (and not only theory).

but sure this is the wrong site to discuss this (sorry Kyle!!, but thanx to inspire me to put more effort into learning about it!)</description>
		<content:encoded><![CDATA[<p>@John<br />
sorry for checking back so late (as i said time is money ^-^)</p>
<p>Well, where to start!? as I said i am not firm on the topic, I would even admit that my knowledge goes to 0. The problem is to read docs on the topic can be (and is usually) not only time consuming, but also kinda boring, i am honest. I don&#8217;t even really know how aria works (ok, i go to the corner and be embarrassed till sun set)</p>
<p>so before i can define 5 questions, i need to find one introduction and some further readings to get the actual basics (and not only theory).</p>
<p>but sure this is the wrong site to discuss this (sorry Kyle!!, but thanx to inspire me to put more effort into learning about it!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Foliot</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-26973</link>
		<dc:creator>John Foliot</dc:creator>
		<pubDate>Mon, 07 Sep 2009 17:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-26973</guid>
		<description>@taotsu you raise an interesting point.  What kind of information are you suggesting is missing or unclear?  Accessibility advocates know that education is the key, and if there is a hole out there that needs plugging we&#039;d love to do so.  If you had 5 questions you could ask about creating longer descriptions and/or using aria attributes (aria-describedby or others) what would they be?</description>
		<content:encoded><![CDATA[<p>@taotsu you raise an interesting point.  What kind of information are you suggesting is missing or unclear?  Accessibility advocates know that education is the key, and if there is a hole out there that needs plugging we&#8217;d love to do so.  If you had 5 questions you could ask about creating longer descriptions and/or using aria attributes (aria-describedby or others) what would they be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura Carlson (lauracarlson) 's status on Monday, 07-Sep-09 09:34:03 UTC - Identi.ca</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-26967</link>
		<dc:creator>Laura Carlson (lauracarlson) 's status on Monday, 07-Sep-09 09:34:03 UTC - Identi.ca</dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-26967</guid>
		<description>[...]  http://www.cssquirrel.com/2009/09/05/testing-accessibility-feature-aria-describedby/        a few seconds ago  from web [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://www.cssquirrel.com/2009/09/05/testing-accessibility-feature-aria-describedby/" rel="nofollow">http://www.cssquirrel.com/2009/09/05/testing-accessibility-feature-aria-describedby/</a>        a few seconds ago  from web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taotsu</title>
		<link>http://cssquirrel.com/blog/2009/09/05/testing-accessibility-feature-aria-describedby/comment-page-1/#comment-26959</link>
		<dc:creator>taotsu</dc:creator>
		<pubDate>Sun, 06 Sep 2009 12:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssquirrel.com/?p=423#comment-26959</guid>
		<description>Well, one other major barrier is simply: time is money. its not only laziness, but also a question of time, at least for a free lancer. Sadly most of clients rather look for the money they pay then for the people using their sites in the end.

the other thing is, same as with standards before, the low education on the topic. it can be difficult to find some good and easy (enough for non natives) to read docs on that. 

do you have suggestions? I am honestly far behind the level of knowledge I would want to be.</description>
		<content:encoded><![CDATA[<p>Well, one other major barrier is simply: time is money. its not only laziness, but also a question of time, at least for a free lancer. Sadly most of clients rather look for the money they pay then for the people using their sites in the end.</p>
<p>the other thing is, same as with standards before, the low education on the topic. it can be difficult to find some good and easy (enough for non natives) to read docs on that. </p>
<p>do you have suggestions? I am honestly far behind the level of knowledge I would want to be.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

