<?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 for Crazy Bat Designs</title>
	<atom:link href="http://crazybat.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazybat.ca</link>
	<description>Helping you reach the most people possible</description>
	<lastBuildDate>Tue, 30 Nov 2010 18:27:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Nablopomo – Day 29 – Future of Web Accessibility in Canada &#8211; Update by Sharlyn Ayotte</title>
		<link>http://crazybat.ca/blog/nablopomo-day-29-future-of-web-accessibility-in-canada-update/#comment-179</link>
		<dc:creator>Sharlyn Ayotte</dc:creator>
		<pubDate>Tue, 30 Nov 2010 18:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://crazybat.ca/?p=573#comment-179</guid>
		<description>As another web savvy, blind Canadian, I think this court decision is a sign of real progress and makes glaringly clear that more is required. As founder of a company that helps organizations, including the federal government, provide their information in accessible formats, I believe this move offers more than just universal access.  It also provides protection from fraud and identity theft, thus limiting risk to the government and its people, and that is good for Canada.  

http://www.tbase.com/en/blog/landmark-case-government-websites-good-canada</description>
		<content:encoded><![CDATA[<p>As another web savvy, blind Canadian, I think this court decision is a sign of real progress and makes glaringly clear that more is required. As founder of a company that helps organizations, including the federal government, provide their information in accessible formats, I believe this move offers more than just universal access.  It also provides protection from fraud and identity theft, thus limiting risk to the government and its people, and that is good for Canada.  </p>
<p><a href="http://www.tbase.com/en/blog/landmark-case-government-websites-good-canada" >http://www.tbase.com/en/blog/landmark-case-government-websites-good-canada</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nablopomo – Day 17 – Skip links by crazybat</title>
		<link>http://crazybat.ca/blog/nablopomo-day-17-skip-links/#comment-90</link>
		<dc:creator>crazybat</dc:creator>
		<pubDate>Thu, 18 Nov 2010 17:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://crazybat.ca/?p=321#comment-90</guid>
		<description>Hey Ritchie. Good question. 

I did struggle with this decision for a bit. I definitely want to attemp on having a consistent experience for all users. However, with the different challenges that people have and the nature of the current user agents, it&#039;s definitely a tall order. I try my best.

As a bit of an aside from this, there&#039;s a whole section I was going to mention in this post about &lt;abbr title=&quot;Accessible Rich Internet Applications&quot;&gt;ARIA&lt;/abbr&gt; landmarks. (It got way too technical though and was straying from what I was trying to focus on.) 

Long story short, I currently use this in my template:

&lt;code&gt;&lt;nav role=&quot;navigation&quot;&gt;&lt;/code&gt;

With the current version of &lt;abbr title=&quot;Job Access With Speech&quot;&gt;JAWS&lt;/abbr&gt;, it supports this landmark (not the nav element but the role attribute) and will jump to the content much like a skip link. &lt;abbr title=&quot;Job Access With Speech&quot;&gt;JAWS&lt;/abbr&gt; will identify all &lt;abbr title=&quot;Accessible Rich Internet Applications&quot;&gt;ARIA&lt;/abbr&gt; landmarks in the document. So for my template, it would annouce: banner, navigation, contentinfo (twitter, delcious links, etc.), search, main, complimentary, contentinfo (footer). 

For people with mobility challenges and who use a keyboard to navigate, they can still reach the navigation, based on the order of the template structure. 

For the people without challenges, it&#039;s a matter of simply having my navigation stand out from a visual design perspective. Basically, I&#039;m following the best practices of contrast / brightness / layout, as well as implementing proper hover effects on the anchors. I feel that the navigation stands out effectively. 

Based on that, I believe that I&#039;m putting a good effort towards a better user experience. As I said above, it&#039;s tough to make it completely consistent with different challenges and user agents, but at least I&#039;m making it accessible.

Now, getting back to the article, the intention is to focus more on the skipping to dynamic content, rather than static content. But, you do bring up a good point and have me thinking about this again. (Which you are always good at ;) Perhaps a follow-up is in order to focus more on the accessibility aspect. For this, I wanted to focus more on the nature of the content in relation to the skip links themselves.

But of course, I&#039;d welcome any addition thoughts :)</description>
		<content:encoded><![CDATA[<p>Hey Ritchie. Good question. </p>
<p>I did struggle with this decision for a bit. I definitely want to attemp on having a consistent experience for all users. However, with the different challenges that people have and the nature of the current user agents, it&#8217;s definitely a tall order. I try my best.</p>
<p>As a bit of an aside from this, there&#8217;s a whole section I was going to mention in this post about <abbr title="Accessible Rich Internet Applications">ARIA</abbr> landmarks. (It got way too technical though and was straying from what I was trying to focus on.) </p>
<p>Long story short, I currently use this in my template:</p>
<p><code>&lt;nav role="navigation"&gt;</code></p>
<p>With the current version of <abbr title="Job Access With Speech">JAWS</abbr>, it supports this landmark (not the nav element but the role attribute) and will jump to the content much like a skip link. <abbr title="Job Access With Speech">JAWS</abbr> will identify all <abbr title="Accessible Rich Internet Applications">ARIA</abbr> landmarks in the document. So for my template, it would annouce: banner, navigation, contentinfo (twitter, delcious links, etc.), search, main, complimentary, contentinfo (footer). </p>
<p>For people with mobility challenges and who use a keyboard to navigate, they can still reach the navigation, based on the order of the template structure. </p>
<p>For the people without challenges, it&#8217;s a matter of simply having my navigation stand out from a visual design perspective. Basically, I&#8217;m following the best practices of contrast / brightness / layout, as well as implementing proper hover effects on the anchors. I feel that the navigation stands out effectively. </p>
<p>Based on that, I believe that I&#8217;m putting a good effort towards a better user experience. As I said above, it&#8217;s tough to make it completely consistent with different challenges and user agents, but at least I&#8217;m making it accessible.</p>
<p>Now, getting back to the article, the intention is to focus more on the skipping to dynamic content, rather than static content. But, you do bring up a good point and have me thinking about this again. (Which you are always good at <img src='http://crazybat.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Perhaps a follow-up is in order to focus more on the accessibility aspect. For this, I wanted to focus more on the nature of the content in relation to the skip links themselves.</p>
<p>But of course, I&#8217;d welcome any addition thoughts <img src='http://crazybat.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nablopomo – Day 17 – Skip links by Ritchie</title>
		<link>http://crazybat.ca/blog/nablopomo-day-17-skip-links/#comment-89</link>
		<dc:creator>Ritchie</dc:creator>
		<pubDate>Thu, 18 Nov 2010 16:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://crazybat.ca/?p=321#comment-89</guid>
		<description>Now while I like the fact that you&#039;re providing skip links to the search. Don&#039;t you think that to provide a consistent experience for people who aren&#039;t challenged with the people who are that you should at least make them aware of the nav? Which is really an argument to have skip links to the navigation.</description>
		<content:encoded><![CDATA[<p>Now while I like the fact that you&#8217;re providing skip links to the search. Don&#8217;t you think that to provide a consistent experience for people who aren&#8217;t challenged with the people who are that you should at least make them aware of the nav? Which is really an argument to have skip links to the navigation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

