<?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; section 508</title>
	<atom:link href="http://theaccesspond.com/category/section-508/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>Section 508 refresh draft ready for preview!</title>
		<link>http://theaccesspond.com/2010/03/17/section-508-refresh-draft-ready-for-preview/</link>
		<comments>http://theaccesspond.com/2010/03/17/section-508-refresh-draft-ready-for-preview/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 23:33:40 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[section 508]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=153</guid>
		<description><![CDATA[Draft of the Section 508 standards refresh is available for review.]]></description>
			<content:encoded><![CDATA[<p>If you have to work with Section 508 you have probably wondered when we would get a peek at the refresh of the standards. It’s been long overdue.</p>
<p>The Access Board has just released the draft of the refresh for the Section 508 standards. You can view them at this link: <a href="http://access-board.gov/sec508/refresh/draft-rule.htm ">http://access-board.gov/sec508/refresh/draft-rule.htm </a></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2010/03/17/section-508-refresh-draft-ready-for-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the new CKEditor accessible?</title>
		<link>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/</link>
		<comments>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:56:24 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=125</guid>
		<description><![CDATA[The CKEditor is the newest release of the popular open source web page text editor formally known as the FCKEditor. Unfortunately the previous name was often misrepresented as the [bad word] editor. So the name has been updated and hopefully this will avoid any unpleasant or offensive connections in the future. I first became aware [...]]]></description>
			<content:encoded><![CDATA[<p>The CKEditor is the newest release of the popular open source web page text editor formally known as the FCKEditor. Unfortunately the previous name was often misrepresented as the [bad word] editor. So the name has been updated and hopefully this will avoid any unpleasant or offensive connections in the future.</p>
<p>I first became aware of the new version of this editor from the following news article:<a href="http://www.h-online.com/open/FCKEditor-drops-the-F--/news/item/114156" target="_blank"> FCKEditor drops the F</a>. This article mentioned that the editor was now &#8216;fully&#8217; accessible to screen readers and keyboard only users. Even the main page for the CKeditor website (<a href="http://ckeditor.com/" target="_blank">http://ckeditor.com/</a>) makes the claim that it has full accessibility support.</p>
<p>This editor is open source and versatile when it comes to implementation so it is has a large install base. You may have used this editor yourself without even knowing it. With the growing attention to accessibility and the legal requirements around this topic an updated &#8216;accessible&#8217; version of this editor is very timely.</p>
<p>I have done some testing in the past with the FCKEditor in regards to accessibility and was curious if this new version was really accessible. So I took a &#8216;quick&#8217; peek to see for myself. My focus for this quick test was not if the editor created accessible content, but on if the editor itself was accessible.</p>
<p><strong>Keyboard Only</strong></p>
<p>I was pleasantly surprised to find that the CKEditor does in fact support the use of only a keyboard! Many of the past keyboard problems with the FCKEditor have been fix. I honestly did not expect the level of keyboard support that I found in the new version of this editor.</p>
<p>To say the least I was very pleased! The one drawback was finding the reference to the keyboard only commands. It wasn’t that hard to find but did take me a few minutes. What would be nice is to have a link or easily discoverable way to allow a user to get this information from within the editor itself.</p>
<p>You can find the reference for the most common supported keyboard commands and navigation shortcuts in the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility topics document</a>.</p>
<p><strong>Screen Reader</strong></p>
<p>When it came to using a screen reader like JAWS with the CKEditor I was sure I would discover some major issues. Again, to my surprise JAWS and the CKEditor worked fairly well together. There is still a steep learning curve and at times JAWS got lost which required some screen refreshing and rediscovering of current focus to get my bearings. Compared to the way JAWS and the FCKEditor worked (or should I say did not work) together in the past this was a tremendous improvement.</p>
<p>To CKEditor&#8217;s credit most issues of using JAWS with this product are documented. This was in the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor&#8217;s Accessibility document </a>mentioned early or if you prefer <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility#JAWS" target="_blank">jump directly to the JAWS section of that document here</a>.</p>
<p>In case you are interested I used IE 7.0.6001.18000 and JAWS 10.0.1142 for my testing.</p>
<p><strong>In Summary</strong></p>
<p>There are still some areas that are problematic such as switching from <abbr title="What You See Is What You Get">WYSIWYG</abbr> view to the Source view. When this switch occurs the focus jumps from the editor to the top of the page. This is not good for a screen reader user, screen magnifier user or a keyboard only user.</p>
<p>Also, I was not able to find a complete list of keyboard commands for ALL available tool bar options. It could be that those have been deprecated. The FCKEditor had a much larger list than that outlined in the current <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility Document</a>.</p>
<p>In all fairness I did not do an exhaustive search but I still feel a reference like that, if still applicable,   should be easily discoverable and even be referenced within the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility Document</a>.</p>
<p>I should also mention that I did not do a complete test of the editor for accessibility but took a high level approach. Even so, that high level approach shows that the creators of CKEditor have put great effort in making this an accessible product.</p>
<p>This is very commendable because all too often the minimal effort is done so a product can be called accessible. I am not saying that the CKEditor does not have accessibility issues but compared to the previous versions of the FCKEditor the difference is night and day! This was a <strong>*real*</strong> effort to create an accessible product and so I offer a hearty &#8216;WOOT!&#8217; to the CKEditor team!</p>
<p>If you have had a similar or different experience with the new CKEditor please post your comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/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>
		<item>
		<title>Section 508 1194.22 Guidelines</title>
		<link>http://theaccesspond.com/2009/02/23/section-508-119422-guidelines/</link>
		<comments>http://theaccesspond.com/2009/02/23/section-508-119422-guidelines/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:46:56 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[1194.22]]></category>
		<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[section 508]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=82</guid>
		<description><![CDATA[I hadn&#8217;t really thought about it but our posts focus on a lot of specific accessibility issues.  That being said we haven&#8217;t gotten too deep into the conception of accessibility and the guidelines, rules and/or regulations themselves. I thought maybe it was a good time to put up a few posts that just lay out [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t really thought about it but our posts focus on a lot of specific accessibility issues.  That being said we haven&#8217;t gotten too deep into the conception of accessibility and the guidelines, rules and/or regulations themselves.</p>
<p>I thought maybe it was a good time to put up a few posts that just lay out some basic information for some of the different sets of criteria that is out there.  Here I&#8217;ll focus on Section 508 and the 1194.22 guidelines that at the very least can be a quick resource for what they are.</p>
<p>A very quick history of Section 508:  The Rehabilitation Act was amended in 1998 and requires Federal agencies to make sure their electronic and information technology accessible.  While that sounds simple enough we can quickly complicate it with the separation of software, telecommunications, web content, etc&#8230; so for now let me just provide a simple list of the web content guidelines also known as 1194.22. </p>
<p><strong>§ 1194.22 Web-based intranet and internet information and applications.</strong></p>
<p>(a) A text equivalent for every non-text element shall be provided (e.g., via &#8220;alt&#8221;, &#8220;longdesc&#8221;, or in element content).</p>
<p>(b) Equivalent alternatives for any multimedia presentation shall be synchronized with the presentation.</p>
<p>(c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup.</p>
<p>(d) Documents shall be organized so they are readable without requiring an associated style sheet.</p>
<p>(e) Redundant text links shall be provided for each active region of a server-side image map.</p>
<p>(f) Client-side image maps shall be provided instead of server-side image maps except where the regions cannot be defined with an available geometric shape.</p>
<p>(g) Row and column headers shall be identified for data tables.</p>
<p>(h) Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.</p>
<p>(i) Frames shall be titled with text that facilitates frame identification and navigation.</p>
<p>(j) Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz.</p>
<p>(k) A text-only page, with equivalent information or functionality, shall be provided to make a web site comply with the provisions of this part, when compliance cannot be accomplished in any other way. The content of the text-only page shall be updated whenever the primary page changes.</p>
<p>(l) When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.</p>
<p>(m) When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with §1194.21(a) through (l).</p>
<p>(n) When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.</p>
<p>(o) A method shall be provided that permits users to skip repetitive navigation links.</p>
<p>(p) When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required.</p>
<p>***These can also be found at <a href="http://www.section508.gov">http://www.section508.gov</a>, but don&#8217;t go there looking for too much help as unfortunately the criteria is provided but no real interpretation or example is.***</p>
<p>I hope this helps at least from a simple perspective of what the requirements are, if you have specific questions feel free to sign up, log in and ask away as we&#8217;ll do our best to help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/02/23/section-508-119422-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

