<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TheAccessPond.com &#187; Accessibility Resource</title>
	<atom:link href="http://theaccesspond.com/category/accessibility-resource/feed/" rel="self" type="application/rss+xml" />
	<link>http://theaccesspond.com</link>
	<description>Making Accessibility A Reality!</description>
	<lastBuildDate>Thu, 29 Mar 2012 18:38:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Does accessibility require that focus be set to page content on page load?</title>
		<link>http://theaccesspond.com/2012/03/29/does-accessibility-require-that-focus-be-set-to-page-content-on-page-load/</link>
		<comments>http://theaccesspond.com/2012/03/29/does-accessibility-require-that-focus-be-set-to-page-content-on-page-load/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 18:36:35 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility Resource]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=195</guid>
		<description><![CDATA[Recently I came across an accessibility question on a Q&#038;A site. The question was posted by user "Mike Jr" and was in regards to a disagreement Mike and his colleague were having about default focus in a newly opened window. What do you think?]]></description>
			<content:encoded><![CDATA[<p>Recently I came across an accessibility question on a Q&#038;A site. The question was posted by user &#8220;Mike Jr&#8221; and was in regards to a disagreement Mike and his colleague were having about default focus in a newly opened window. </p>
<p>Mike specifically asked about the Section 508 requirement 1194.21(c) &#8220;A well-defined on-screen indication of the current focus shall be provided that moves among interactive interface elements as the input focus changes. The focus shall be programmatically exposed so that assistive technology can track focus and focus changes.&#8221;</p>
<p>Mike wanted to apply this subpart to a log in page where he felt that focus should be forced to one of the input controls for the log in information. His colleague was arguing that it was not necessary to do this to conform to the Section 508 requirements.  </p>
<p>What do you think? I have included my answer to Mike Jr below for your review as it contains (in my opinion) a lot of food for thought. </p>
<p><strong>[Start of my reply to Mike Jr]</strong><br />
Hi Mike  Jr,</p>
<p>First off 1194.21 is the subpart of Section 508 that is dealing with Software Applications and Operating Systems. So &#8220;technically&#8221; it would not apply to Web-based intranet and Internet information and applications that are only HTML based. </p>
<p>That being said, the common approach today is to apply the Section 508 requirements across the board to whatever you are evaluating for conformance. This is because Section 508 is outdated, so for those standards to be beneficial in today’s world the blanket approach of applying to them to everything, regardless of category, is often employed.</p>
<p>As the Section 508 refresh in the process of being adopted it appears that Section 508 will most likely use, or closely follow, the WCAG 2.0 Level A, AA guidelines. So if you are looking to conform with the future refreshed requirements as well, shoot for the level AA guidelines of WCAG 2.0. </p>
<p>In answer your question about 1194.21 (c), that requirement is focusing on ensuring that the current focus is visible to the eye as well as visible to an assistive technology. So you must be able to discern where the current focus is visually as well as programmatically. This is true even if you are only applying this requirement to a web page, as you stated is the case.</p>
<p>In your example of a log in page loaded in a browser window it is not necessary to set the focus to one of the input controls on page load (initially opened) for conformance to Section 508, as long as the user can tab to those controls and visually discern the current focus and as long as that focus is also identifiable programmatically for the AT software. It doesn’t hurt to add that type of functionality as it does improve usability for everyone, but it not required for accessibility. See the guide to &#8220;Guide to the Standards&#8221; for Section 508, 1194.21 (c) at this link: <a href="http://www.access-board.gov/sec508/guide/1194.21.htm#(c)" title="Section 508 Guide to the Standards - 1194.21 (c)" target="_blank">http://www.access-board.gov/sec508/guide/1194.21.htm#(c)</a>)</p>
<p>Additionally you can refer to the WCAG 2.0 level AA 2.4.7 guideline on understanding making focus visible. That link is: <a href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-visible.html" title="WCAG 2.0 Understanding Visible Focus" target="_blank">http://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-visible.html</a>. </p>
<p>To be clear, if we were talking about a software application window and not an Internet browser window then making sure a control had default focus when that application window is loaded would be necessary. You will notice that in a browser window if the web content does not have focus by default at least the one control that is part of the browser does have focus. I do not think this detail is actually covered under any of the accessibility guidelines but my guess is that it is outlined somewhere in the accepted standards for application/software, but I could not tell you where. </p>
<p>Anyway, kudos to you for wanting to improve the overall user experience along with your efforts for accessible access! Too many times developers only want to do the bare minimum to get the code ‘out the door’. A good user experience is important and ensuring that your content is designed for accessibility only helps to improve that user experience. Keep up the good fight! </p>
<p><strong>[End of my reply to Mike Jr]</strong></p>
<p>Mike Jr&#8217;s orginal question can be found here: <a href="http://stackoverflow.com/q/9896700/1301573" title="Mike Jr's Question on Default Focus" target="_blank">http://stackoverflow.com/q/9896700/1301573</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2012/03/29/does-accessibility-require-that-focus-be-set-to-page-content-on-page-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCAG Reference</title>
		<link>http://theaccesspond.com/2012/02/23/wcag-reference/</link>
		<comments>http://theaccesspond.com/2012/02/23/wcag-reference/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 18:37:50 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility Resource]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=176</guid>
		<description><![CDATA[It&#8217;s been awhile but it recently dawned on me that a pointer to the actual WCAG reference might be helpful for some. This link should take you to the a great starting place for WCAG guidelines and additional information. http://www.w3.org/WAI/intro/wcag]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile but it recently dawned on me that a pointer to the actual WCAG reference might be helpful for some.  This link should take you to the a great starting place for WCAG guidelines and additional information.</p>
<p>http://www.w3.org/WAI/intro/wcag</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2012/02/23/wcag-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heading Tags&#8230;What are your thoughts?</title>
		<link>http://theaccesspond.com/2011/08/24/heading-tags-what-is-your-thoughts/</link>
		<comments>http://theaccesspond.com/2011/08/24/heading-tags-what-is-your-thoughts/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 22:49:26 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Accessibility Resource]]></category>
		<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=172</guid>
		<description><![CDATA[There are apparently two schools of thought on how heading tags should be used on a web page. Some say that you should properly nest them (e.g., h1 followed by h2, h2 followed by h2 or h3, h3 followed by h3 or h4, etc.). For others, the proper nesting of heading tags is not so [...]]]></description>
			<content:encoded><![CDATA[<p>There are apparently two schools of thought on how heading tags should be used on a web page. Some say that you should properly nest them (e.g., h1 followed by h2, h2 followed by h2 or h3, h3 followed by h3 or h4, etc.). For others, the proper nesting of heading tags is not so important and they feel you should instead use these tags to indicate the importance of the content.</p>
<p>I have found that even on the W3C sites there is a contradiction on this topic. For example the <a href="http://www.w3.org/TR/WCAG20-TECHS/H42.html#H42-examples">WCAG 2.0 H42 Technique </a>uses an example (example 2) which shows using heading tags that are not properly nested. Under the resource links on that page there are two blog posts that indicate this as well, <a href="http://meyerweb.com/eric/thoughts/2004/07/21/pick-a-heading/">Pick a Heading </a>and <a href="http://webarchive.nationalarchives.gov.uk/20100418065544/http:/www.rnib.org.uk/wacblog/headings/quick-tips-for-accessible-headings/">Quick tips for accessible headings</a>. Yet if you look at the <a href="http://www.w3.org/TR/WCAG20-TECHS/G141">WCAG 2.0 G141 Technique</a> it is clearly states that, &#8220;To facilitate navigation and understanding of overall document structure,<strong> authors should use headings that are properly nested</strong> (e.g., h1 followed by h2, h2 followed by h2 or h3, h3 followed by h3 or h4, etc.).&#8221;</p>
<p>I&#8217;d like to get your thoughts on this and how you think heading levels should be used…especially if you are a screen reader user and rely on the heading tags.</p>
<p>-Jeff</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2011/08/24/heading-tags-what-is-your-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility Resource:  Adobe Flash Accessibility&#8230;</title>
		<link>http://theaccesspond.com/2009/09/04/accessibility-in-the-news-adobe-flash-accessibility/</link>
		<comments>http://theaccesspond.com/2009/09/04/accessibility-in-the-news-adobe-flash-accessibility/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:55:02 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[Accessibility Resource]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=121</guid>
		<description><![CDATA[I&#8217;m going to take a slightly different twist with some posts here as I concede that the many can accomplish far more than a few.  I find and read so many great posts that I didn&#8217;t think it was fair to limit the knowledge we pass to you simply because it came from another source.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to take a slightly different twist with some posts here as I concede that the many can accomplish far more than a few.  I find and read so many great posts that I didn&#8217;t think it was fair to limit the knowledge we pass to you simply because it came from another source.  We can however try to filter quality information we send your way and I&#8217;ll make every effort to pass on quality information.  Thanks from us here at <a title="TheAccessPond.com" href="http://TheAccessPond.com" target="_self">TheAccessPond.com</a>.</p>
<p>Flash accessibility is a common issue we come across.  Many people think that Section 508 and WCAG standards mean you cannot create a dynamic website&#8230;this I&#8217;m sorry is simply not true.  There is however a different learning curve needed to make Flash content accessible.  Here is a great post I found that discusses the accessibility/usability and some best practices for using Flash content&#8230; <a class="aligncenter" title="Adobe Flash Accessibility:  Best Practices" href="http://sixrevisions.com/usabilityaccessibility/adobe-flash-accessibility-best-practices-for-design/" target="_blank">http://sixrevisions.com/usabilityaccessibility/adobe-flash-accessibility-best-practices-for-design/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/04/accessibility-in-the-news-adobe-flash-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

