<?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: Is AJAX Accessibility a major issue?</title>
	<atom:link href="http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Joe Hanink</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-247323</link>
		<dc:creator>Joe Hanink</dc:creator>
		<pubDate>Sat, 17 Feb 2007 00:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-247323</guid>
		<description>You may or may not already know, but Section 508 is under revision to address concerns specific to Rich Internet Applications.  In mid-2006, a panel deemed Section 508 outdated with respect to modern web techniques and has enlisted the w3c to its advisory board.

http://www.w3.org/2006/09/aria-pressrelease.html

As a developer of Rich webapps, Section 508 compliance is a concern since its most recent update occurred in 2001.  It&#039;s great to hear that the problems between 508 and Ajax have been recognized by the government and that work is being done to accommodate.  Also, I am awaiting feedback from access-board.gov on whether there will be any provisioning for transitional compliance for webapps built after the announcement but before the new rules take effect.  We&#039;ll see.

The w3c WAI-ARIA draft indicates what mechanisms will be standardized to allow webapps to communicate semantic details to API driven screen readers, but there Iâ€™ve been unable to find any public information about the specifics of the new 508 rules.

Joe Hanink,
Developer,
Bear River, Inc.</description>
		<content:encoded><![CDATA[<p>You may or may not already know, but Section 508 is under revision to address concerns specific to Rich Internet Applications.  In mid-2006, a panel deemed Section 508 outdated with respect to modern web techniques and has enlisted the w3c to its advisory board.</p>
<p><a href="http://www.w3.org/2006/09/aria-pressrelease.html" rel="nofollow">http://www.w3.org/2006/09/aria-pressrelease.html</a></p>
<p>As a developer of Rich webapps, Section 508 compliance is a concern since its most recent update occurred in 2001.  It&#8217;s great to hear that the problems between 508 and Ajax have been recognized by the government and that work is being done to accommodate.  Also, I am awaiting feedback from access-board.gov on whether there will be any provisioning for transitional compliance for webapps built after the announcement but before the new rules take effect.  We&#8217;ll see.</p>
<p>The w3c WAI-ARIA draft indicates what mechanisms will be standardized to allow webapps to communicate semantic details to API driven screen readers, but there Iâ€™ve been unable to find any public information about the specifics of the new 508 rules.</p>
<p>Joe Hanink,<br />
Developer,<br />
Bear River, Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shobha</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-97039</link>
		<dc:creator>shobha</dc:creator>
		<pubDate>Mon, 18 Sep 2006 09:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-97039</guid>
		<description>I&#039;m new to ajax and try to execute a small eg which was downloaded from website but it is not working properly. please Could anyone help me for this query.</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to ajax and try to execute a small eg which was downloaded from website but it is not working properly. please Could anyone help me for this query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epiphantastic</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-57628</link>
		<dc:creator>epiphantastic</dc:creator>
		<pubDate>Tue, 01 Aug 2006 14:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-57628</guid>
		<description>&lt;strong&gt;Accessible Ajax Forms&lt;/strong&gt;


	There was a post on Ajaxian a few weeks ago on Ajax and accessibility. This got me to thinking about form validation using ajax. It&#8217;s nice to be able to provide validation without a page refresh, but what if the user has javascript disabled? I ...</description>
		<content:encoded><![CDATA[<p><strong>Accessible Ajax Forms</strong></p>
<p>	There was a post on Ajaxian a few weeks ago on Ajax and accessibility. This got me to thinking about form validation using ajax. It&#8217;s nice to be able to provide validation without a page refresh, but what if the user has javascript disabled? I &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve faulkner</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-49551</link>
		<dc:creator>steve faulkner</dc:creator>
		<pubDate>Wed, 19 Jul 2006 22:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-49551</guid>
		<description>Alexai said:
&quot;Actually you donâ€™t.. most accessibility testers use MS Object Inspector (inspect32.exe) to do 90% of the work.&quot;

Using the microsft MSAA sdk tools is of limited use in understanding whether screen reading software will announce AJAX generated content as the  mechanisms used rely upon a combination of methods including but not limited to the MSAA API.

I would also question the veracity of your statement as regards the number of &quot;accessibility testers&quot; who use such tools.</description>
		<content:encoded><![CDATA[<p>Alexai said:<br />
&#8220;Actually you donâ€™t.. most accessibility testers use MS Object Inspector (inspect32.exe) to do 90% of the work.&#8221;</p>
<p>Using the microsft MSAA sdk tools is of limited use in understanding whether screen reading software will announce AJAX generated content as the  mechanisms used rely upon a combination of methods including but not limited to the MSAA API.</p>
<p>I would also question the veracity of your statement as regards the number of &#8220;accessibility testers&#8221; who use such tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexei</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-49364</link>
		<dc:creator>Alexei</dc:creator>
		<pubDate>Wed, 19 Jul 2006 15:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-49364</guid>
		<description>Actually you don&#039;t.. most accessibility testers use MS Object Inspector (inspect32.exe) to do 90% of the work.</description>
		<content:encoded><![CDATA[<p>Actually you don&#8217;t.. most accessibility testers use MS Object Inspector (inspect32.exe) to do 90% of the work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve faulkner</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-49054</link>
		<dc:creator>steve faulkner</dc:creator>
		<pubDate>Wed, 19 Jul 2006 06:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-49054</guid>
		<description>Eric said:
&quot;Jeff, is there a way to routinely test the Firefox accessibility support without spending $795 on Window-Eyes?&quot;

You don&#039;t have to buy a screen reader in order to use it for testing. most screen readers vendors (including gwmicro) have a demo version available, which usually run for about 40 minutes (if you reboot the 40 mins starts again)</description>
		<content:encoded><![CDATA[<p>Eric said:<br />
&#8220;Jeff, is there a way to routinely test the Firefox accessibility support without spending $795 on Window-Eyes?&#8221;</p>
<p>You don&#8217;t have to buy a screen reader in order to use it for testing. most screen readers vendors (including gwmicro) have a demo version available, which usually run for about 40 minutes (if you reboot the 40 mins starts again)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dea</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48709</link>
		<dc:creator>Dea</dc:creator>
		<pubDate>Tue, 18 Jul 2006 17:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48709</guid>
		<description>An Ajax app should be developed to &quot;gracefully degrade&quot; to something like a text only version. Use a feature rich interface as default, with a different   set of templates for text only, screen readers , wap, and  so on.

Other major issue would be Ajax for mobile devices, the market is growing.</description>
		<content:encoded><![CDATA[<p>An Ajax app should be developed to &#8220;gracefully degrade&#8221; to something like a text only version. Use a feature rich interface as default, with a different   set of templates for text only, screen readers , wap, and  so on.</p>
<p>Other major issue would be Ajax for mobile devices, the market is growing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48607</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 18 Jul 2006 13:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48607</guid>
		<description>Jeff, is there a way to routinely test the Firefox accessibility support without spending $795 on Window-Eyes? Or is that just the cost of doing business?</description>
		<content:encoded><![CDATA[<p>Jeff, is there a way to routinely test the Firefox accessibility support without spending $795 on Window-Eyes? Or is that just the cost of doing business?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Dill</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48158</link>
		<dc:creator>Jeff Dill</dc:creator>
		<pubDate>Mon, 17 Jul 2006 18:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48158</guid>
		<description>&lt;blockquote&gt;If we want to solve AJAX accessibility problems, we need to do it at the Firefox level. Iâ€™m even happy to write a check.&lt;/blockquote&gt;

It is mostly there today. Firefox 1.5 provided a working implementation of accessibility roles (&lt;a href=&quot;http://developer.mozilla.org/en/docs/Accessible_DHTML&quot; rel=&quot;nofollow&quot;&gt;http://developer.mozilla.org/en/docs/Accessible_DHTML&lt;/a&gt;).

You still need a mature Ajax application framework to manage component-level roles, keyboard navigation, accelerator keys, etc. And the burden is still on the application designer to provide alternate UI for _inherently_ inaccessible interactions like drag &amp; drop. But this is no longer a hopeless problem. If you want to write a check, I know at least one company that can solve it for your application. :)</description>
		<content:encoded><![CDATA[<blockquote><p>If we want to solve AJAX accessibility problems, we need to do it at the Firefox level. Iâ€™m even happy to write a check.</p></blockquote>
<p>It is mostly there today. Firefox 1.5 provided a working implementation of accessibility roles (<a href="http://developer.mozilla.org/en/docs/Accessible_DHTML" rel="nofollow">http://developer.mozilla.org/en/docs/Accessible_DHTML</a>).</p>
<p>You still need a mature Ajax application framework to manage component-level roles, keyboard navigation, accelerator keys, etc. And the burden is still on the application designer to provide alternate UI for _inherently_ inaccessible interactions like drag &amp; drop. But this is no longer a hopeless problem. If you want to write a check, I know at least one company that can solve it for your application. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Ritchie</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48139</link>
		<dc:creator>Mike Ritchie</dc:creator>
		<pubDate>Mon, 17 Jul 2006 17:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48139</guid>
		<description>@Eric, how would a Firefox-level accessibility solution work for people using assistive technology? Don&#039;t they mostly use screen-reader applications as their actual browser? That suggests that Firefox wouldn&#039;t even be in the picture for them, no?</description>
		<content:encoded><![CDATA[<p>@Eric, how would a Firefox-level accessibility solution work for people using assistive technology? Don&#8217;t they mostly use screen-reader applications as their actual browser? That suggests that Firefox wouldn&#8217;t even be in the picture for them, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48126</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 17 Jul 2006 16:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48126</guid>
		<description>Section 508 compliance is mandatory for all government work. In practice, this means you can&#039;t use any innovative technologies, because they generally lack accessibility support, and screen-reader companies see third-party developers as a major profit center. So in practice it&#039;s easiest to just pick one of the few older frameworks with excellent 508 support, delivering a less capable product for more money. And the US government is officially OK with this tradeoff.

But if you&#039;re producing a comercial product in an emerging market, accessibility is a hopeless morass of headaches. This doesn&#039;t have to be true--free screen-readers and some co-operation from the browser vendors would make an enormous difference. But if the choice is a commercially-compelling app with accessibility problems, or going out of business, I know how most startups will decide.

If we want to solve AJAX accessibility problems, we need to do it at the Firefox level. I&#039;m even happy to write a check. But I&#039;m not going to try to handle it at the application level before the tools are there, or limit myself to old-style web apps when 99% of users would benefit tremendously from AJAX.</description>
		<content:encoded><![CDATA[<p>Section 508 compliance is mandatory for all government work. In practice, this means you can&#8217;t use any innovative technologies, because they generally lack accessibility support, and screen-reader companies see third-party developers as a major profit center. So in practice it&#8217;s easiest to just pick one of the few older frameworks with excellent 508 support, delivering a less capable product for more money. And the US government is officially OK with this tradeoff.</p>
<p>But if you&#8217;re producing a comercial product in an emerging market, accessibility is a hopeless morass of headaches. This doesn&#8217;t have to be true&#8211;free screen-readers and some co-operation from the browser vendors would make an enormous difference. But if the choice is a commercially-compelling app with accessibility problems, or going out of business, I know how most startups will decide.</p>
<p>If we want to solve AJAX accessibility problems, we need to do it at the Firefox level. I&#8217;m even happy to write a check. But I&#8217;m not going to try to handle it at the application level before the tools are there, or limit myself to old-style web apps when 99% of users would benefit tremendously from AJAX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas M</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48107</link>
		<dc:creator>Thomas M</dc:creator>
		<pubDate>Mon, 17 Jul 2006 16:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48107</guid>
		<description>I think it&#039;s an important issues for some and not for others. For example, if you are designing an app/site that you want to sell to the government, then it&#039;s critical. But if you&#039;re in the private sector developing web apps for whatever audience you want, it might be a non-factor. With 90% of browsers javascript enable, you could easily say to hell with remaining 10%. Maybe a bit cruel, but in the end you can never please everyone anyway. Personally, I&#039;ve built some web apps without taking accessibility into account at all because it just wasn&#039;t worth it. So it really depends.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s an important issues for some and not for others. For example, if you are designing an app/site that you want to sell to the government, then it&#8217;s critical. But if you&#8217;re in the private sector developing web apps for whatever audience you want, it might be a non-factor. With 90% of browsers javascript enable, you could easily say to hell with remaining 10%. Maybe a bit cruel, but in the end you can never please everyone anyway. Personally, I&#8217;ve built some web apps without taking accessibility into account at all because it just wasn&#8217;t worth it. So it really depends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Mascaro</title>
		<link>http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue/comment-page-1#comment-48091</link>
		<dc:creator>Luca Mascaro</dc:creator>
		<pubDate>Mon, 17 Jul 2006 15:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/is-ajax-accessibility-a-major-issue#comment-48091</guid>
		<description>For my personal opinion the accessibility issue in ajax is the prioritary issue because in many nation, for example in Italy, we can&#039;t develop a governement intranet/extranet/portal with AJAX approach if isn&#039;t realy accessible to screen readers.</description>
		<content:encoded><![CDATA[<p>For my personal opinion the accessibility issue in ajax is the prioritary issue because in many nation, for example in Italy, we can&#8217;t develop a governement intranet/extranet/portal with AJAX approach if isn&#8217;t realy accessible to screen readers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

