<?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: Full Frontal &#8217;09: Todd Kloots on ARIA and Acessibility</title>
	<atom:link href="http://ajaxian.com/archives/full-frontal-09-todd-kloots-on-aria-and-acessibility/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/full-frontal-09-todd-kloots-on-aria-and-acessibility</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: miraglia</title>
		<link>http://ajaxian.com/archives/full-frontal-09-todd-kloots-on-aria-and-acessibility/comment-page-1#comment-276745</link>
		<dc:creator>miraglia</dc:creator>
		<pubDate>Sat, 21 Nov 2009 01:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7976#comment-276745</guid>
		<description>For those who couldn&#039;t make it to Brighton, Todd&#039;s talk on YUI 3 and accessibility from YUICONF 2009 is here:

http://developer.yahoo.com/yui/theater/video.php?v=kloots-yuiconf2009-a11y</description>
		<content:encoded><![CDATA[<p>For those who couldn&#8217;t make it to Brighton, Todd&#8217;s talk on YUI 3 and accessibility from YUICONF 2009 is here:</p>
<p><a href="http://developer.yahoo.com/yui/theater/video.php?v=kloots-yuiconf2009-a11y" rel="nofollow">http://developer.yahoo.com/yui/theater/video.php?v=kloots-yuiconf2009-a11y</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabel</title>
		<link>http://ajaxian.com/archives/full-frontal-09-todd-kloots-on-aria-and-acessibility/comment-page-1#comment-276734</link>
		<dc:creator>gabel</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7976#comment-276734</guid>
		<description>I think it is also about semantic for acessibility enhancing tools. And its even easier to tag roles with jQuery (just pseudo code)

$(&quot;#navigation,#content,#login&quot;).each(function(index){
    $(&quot;#&quot; + this).attr(&#039;role&#039;,this); 
});

And thats just one feature of ARIA. You can define AJAX/Live regions where u define the real interesting areas when content changes and save screenreaders and even more important the listeners a lot of time. ;)

It does not have influence on layout or can destroy anything. A browser that does not support ARIA, will just ignore it.

One only sad thing is, that even the new designed W3C Validator does not have roles or aria tags. Seems that validation of ARIA enriched HTML documents with the standard DTDs is still not that easy.</description>
		<content:encoded><![CDATA[<p>I think it is also about semantic for acessibility enhancing tools. And its even easier to tag roles with jQuery (just pseudo code)</p>
<p>$(&#8220;#navigation,#content,#login&#8221;).each(function(index){<br />
    $(&#8220;#&#8221; + this).attr(&#8216;role&#8217;,this);<br />
});</p>
<p>And thats just one feature of ARIA. You can define AJAX/Live regions where u define the real interesting areas when content changes and save screenreaders and even more important the listeners a lot of time. ;)</p>
<p>It does not have influence on layout or can destroy anything. A browser that does not support ARIA, will just ignore it.</p>
<p>One only sad thing is, that even the new designed W3C Validator does not have roles or aria tags. Seems that validation of ARIA enriched HTML documents with the standard DTDs is still not that easy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

