<?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</title>
	<atom:link href="http://theaccesspond.com/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>Does a Disability Limit Your Job Options?</title>
		<link>http://theaccesspond.com/2012/03/22/does-a-disability-limit-your-job-options/</link>
		<comments>http://theaccesspond.com/2012/03/22/does-a-disability-limit-your-job-options/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 19:03:25 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[blind]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=191</guid>
		<description><![CDATA[With today&#8217;s economy and increasing use of IT it should come as no surprise that if you&#8217;re looking for work the internet is where you&#8217;ll need to be.  The lack of IT accessibility becomes glaringly obvious as this PDF article in Journal of Usability Studies outlines.  Sadly, if you can&#8217;t apply to a job then [...]]]></description>
			<content:encoded><![CDATA[<p>With today&#8217;s economy and increasing use of IT it should come as no surprise that if you&#8217;re looking for work the internet is where you&#8217;ll need to be.  The lack of IT accessibility becomes glaringly obvious as this PDF article in Journal of Usability Studies outlines.  Sadly, if you can&#8217;t apply to a job then it&#8217;s unlikely you&#8217;ll get the job. I&#8217;d guess it&#8217;s a matter of time before we see this problem in the news.</p>
<p>Ironically I ran this same PDF through JAWS and while the tab order wasn&#8217;t ideal I was at least able to arrow down through all the text&#8230;</p>
<p>http://www.upassoc.org/upa_publications/jus/2012february/JUS_Lazar_February_2012.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2012/03/22/does-a-disability-limit-your-job-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Contrast and Accessibility</title>
		<link>http://theaccesspond.com/2012/02/23/color-contrast-and-accessibility/</link>
		<comments>http://theaccesspond.com/2012/02/23/color-contrast-and-accessibility/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 19:28:46 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[508]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[contrast]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=181</guid>
		<description><![CDATA[I recently came across a tool I hadn&#8217;t used before and wanted to share it and another resource for analyzing color contrasts. If we look at 1.4.3 within WCAG 2.0 it lays out the groundwork but having a tool to use is such a nice resource to have. Per the W3C: &#8220;1.4.3 Contrast (Minimum):The visual [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG /> </o:OfficeDocumentSettings> </xml><![endif][if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:EnableOpenTypeKerning /> <w:DontFlipMirrorIndents /> <w:OverrideTableStyleHps /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif][if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif][if gte mso 10]><br />
<style>
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin-top:0in;
	mso-para-margin-right:0in;
	mso-para-margin-bottom:10.0pt;
	mso-para-margin-left:0in;
	line-height:115%;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:"Times New Roman";
	mso-bidi-theme-font:minor-bidi;}
</style>
<p> <![endif]--></p>
<p class="MsoNormal">I recently came across a tool I hadn&#8217;t used before and wanted to share it and another resource for analyzing color contrasts.<span> </span>If we look at 1.4.3 within WCAG 2.0 it lays out the groundwork but having a tool to use is such a nice resource to have.</p>
<p class="MsoNormal">Per the W3C:</p>
<p class="MsoNormal">&#8220;1.4.3 Contrast (Minimum):The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA)</p>
<p class="MsoNormal">•Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 3:1;</p>
<p class="MsoNormal">•Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.</p>
<p class="MsoNormal">•Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement.&#8221;</p>
<p class="MsoNormal">
<p class="MsoNormal">Additional contrast items are addressed in 1.4.6:</p>
<p class="MsoNormal">&#8220;1.4.6 Contrast (Enhanced):The visual presentation of text and images of text has a contrast ratio of at least 7:1, except for the following: (Level AAA)</p>
<p class="MsoNormal">?Large Text: Large-scale text and images of large-scale text have a contrast ratio of at least 4.5:1;</p>
<p class="MsoNormal">?Incidental: Text or images of text that are part of an inactive user interface component, that are pure decoration, that are not visible to anyone, or that are part of a picture that contains significant other visual content, have no contrast requirement.</p>
<p class="MsoNormal">?Logotypes: Text that is part of a logo or brand name has no minimum contrast requirement.&#8221;</p>
<p class="MsoNormal">(http://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast)</p>
<p class="MsoNormal">
<p class="MsoNormal">There are two free tools I&#8217;m listing for use though surely there are more available:</p>
<p class="MsoListParagraphCxSpFirst" style="text-indent: -0.25in;"><span><span>1.<span style="font: 7pt &quot;Times New Roman&quot;;"> </span></span></span><strong>Luminosity Colour Contrast Ratio Analyzer</strong>-Juicy Studios</p>
<p class="MsoListParagraphCxSpMiddle">This seems like a very usable resource and operates directly from the website of Juicy Studios.<span> </span>I&#8217;m impressed at the simplicity of it and appreciate the efforts to make it not just a tool for usability and accessibility but accessible in itself.<span> </span><a href="http://juicystudio.com/services/luminositycontrastratio.php#specify">http://juicystudio.com/services/luminositycontrastratio.php#specify</a></p>
<p class="MsoListParagraphCxSpMiddle">
<p class="MsoListParagraphCxSpMiddle" style="text-indent: -0.25in;"><span><span>2.<span style="font: 7pt &quot;Times New Roman&quot;;"> </span></span></span><strong>Contrast Analyser</strong> -The Paciello Group</p>
<p class="MsoListParagraphCxSpMiddle">I&#8217;ve used this many times and you get a simple interface that allows you to enter the html for your colors or switch modes and use a mouse pointer to select given colors that are currently on your screen.<span> </span>This is a nice touch when actively looking at a page.<span> </span>It does however require you to download it and run it from your desktop.<span> </span><a href="http://www.paciellogroup.com/resources/contrast-analyser.html">http://www.paciellogroup.com/resources/contrast-analyser.html</a></p>
<p class="MsoListParagraphCxSpLast">
<p class="MsoNormal">Depending on your needs I&#8217;d expect either of these will work well for you and encourage you to meet the guidelines for easier use by all.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2012/02/23/color-contrast-and-accessibility/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>Adobe expanding the accessibility of Acrobat and Flash!</title>
		<link>http://theaccesspond.com/2010/03/25/adobe-expanding-the-accessibility-of-acrobat-and-flash/</link>
		<comments>http://theaccesspond.com/2010/03/25/adobe-expanding-the-accessibility-of-acrobat-and-flash/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 22:10:04 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and PDF]]></category>
		<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=155</guid>
		<description><![CDATA[It sure is nice to see these advancements being made in products like these. The hope is that the industry as a whole will follow the Adobe’s example!]]></description>
			<content:encoded><![CDATA[<p>This week I am attending the <a href="http://www.csunconference.org/index.cfm?EID=80000218">International Technology &#038; Persons with Disabilities Conference in San Diego</a>.</p>
<p>Today I sat in on the the &#8220;Assistive Technology Access to Flash and PDF&#8221; session presented by Matt May from Adobe Systems. </p>
<p>There it was announced that the next release of Acrobat, Acrobat Reader, Flash Player and Flex will support the iAccessible2 API. MSAA is what these products currently use which limits the accessible API to Windows platforms. This is great news as this will expand accessibility for these products beyond the Windows platform and allow users of OS2 and Linux to make use of the accessibility features in these products.</p>
<p>If you are not sure what iAccessible2 is, Peter Korn’s Weblog has a great explanation at: <a href="http://blogs.sun.com/korn/entry/completing_the_accessibility_picture_iaccessible2">http://blogs.sun.com/korn/entry/completing_the_accessibility_picture_iaccessible2</a>.</p>
<p>In addition to the support of iAccessible2, Adobe is planning on including support for the <a href="http://www.w3.org/WAI/intro/aria ">ARIA specifications</a> in the near future for Flash Player and Flex. This will make it easier for developers to expose Flash content to assistive technologies. </p>
<p>It sure is nice to see advancements like this being made in these products. The hope is that the industry as a whole will follow Adobe’s example!</p>
<p>If you happen to be at this conference, feel free to stop by the HiSoftware booth #108 and say &#8216;hello&#8217; as that is where I’ll be hanging out!</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2010/03/25/adobe-expanding-the-accessibility-of-acrobat-and-flash/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>Looking for free accessibility advice? Caveat emptor!</title>
		<link>http://theaccesspond.com/2009/09/10/looking-for-free-accessibility-advice-caveat-emptor/</link>
		<comments>http://theaccesspond.com/2009/09/10/looking-for-free-accessibility-advice-caveat-emptor/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:51:12 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and MS Office]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Office User]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Word 2003]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=140</guid>
		<description><![CDATA[I recently came across a site that gave guidance about formatting a Microsoft Word 2003 document for accessibility. Yes, I know that Office 2007 is the most recent version but there are still a lot of Office 2003 users in the World and most of the advice can be transferred to the newer versions. The [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a site that gave guidance about formatting a Microsoft Word 2003 document for accessibility. Yes, I know that Office 2007 is the most recent version but there are still a lot of Office 2003 users in the World and most of the advice can be transferred to the newer versions.</p>
<p>The guidance on this site seemed very detailed and in depth so I thought I would review it in case I could pick up something new.</p>
<p><strong>The Problem</strong></p>
<p>As I read through the site I came across a statement that said the style for Header 1 (that is heading level 1) should only be used once in a document and that it should be used as a title. I am not sure why this advice was being given because Word provides a style for the title of a document. The style is called, oddly enough, &#8216;Title&#8217;. In fact, using the &#8216;Header 1&#8242; style for a title is going to cause problems with your table of contents, if you choose to use a TOC.</p>
<p>The site went on to describe how to remove the Header 1 style from the TOC outline. I thought to myself, &#8220;Hmmm. Why would they do that? Maybe they don&#8217;t like the way the Title style is formatted. If that is the case why don&#8217;t they just modify the style to look the way they want?&#8221;</p>
<p>As I continued to read it was mentioned that there is a bug with the TOC in Word 2003 and that a after the TOC is created in a document the user should cut and paste the TOC into Notepad. Then after that they should copy the TOC from Notepad and paste it back into the Word document. <strong><em>What?!</em></strong></p>
<p>All the advice this site had given was pretty accurate so far. This business about using Heading 1 as a title was a bit odd but now this TOC stuff was just plain ridiculous. If I follow the advice on the TOC all I have done is negated the benefit of having a TOC in the document! For example the bookmark links were automatically generated are now gone. Any formatting that the TOC had is now gone. I also no longer have the ability to update the TOC should I make changes to my document. If I do make changes to the document I have to recreate the TOC, paste it into Notepad and then back into Word and manually reformat the entire TOC. Why would they give such crazy advice?</p>
<p><strong>The &#8220;Ah-Ha!&#8221; Moment</strong></p>
<p>Now at this moment I would usually just close my browser and say, &#8220;What is wrong with the people who created that site?&#8221; But something was nagging at me to look further into what they really were trying to accomplish. The site mentioned that this TOC workaround needed to be done because there was a bug in Word 2003 and the way it handled the table of contents. It also said that this issue had been fixed in Word 2007. The site didn&#8217;t go into detail about this mysterious issue that caused them give such nonsensical advice.</p>
<p>So I decided to break out my install of Office 2003 and poke around a little to see what I could figure out. As I tried different things I quickly discovered an issue with the TOC. Some of the heading levels were not showing up in the TOC! I tried the same steps in Office 2007 and found that this behavior was not happening in that version. Could this be the reason for the strange advice being given?</p>
<p>I am not sure if this is the reason, but it does tie the header and TOC advice together or at least places them both at the scene of the crime. I am going to assume this must be the apparent &#8216;bug&#8217; that was referenced.</p>
<p><strong>The Fix!</strong></p>
<p>As I contemplated why the TOC in Word 2003 was not including all the headers in the document I discovered the reason by showing the formatting marks in the document. This is done using the <strong>Show/Hide</strong> command button while in the Normal (Print Layout in Word 2007), Web Layout or Draft Layout views.</p>
<p>To turn this feature on and off you select the button with the paragraph mark on it <img src="http://theaccesspond.com/wp-content/uploads/2009/09/ShwHidBtn.jpg" alt="An image of the Show/Hide button in Word." /> or use the keyboard shortcut which is <strong>Alt+Shift+*.</strong> When it is on your document will include the various formatting marks demonstrated in this screen shot:</p>
<p> </p>
<p><img src="http://theaccesspond.com/wp-content/uploads/2009/09/FrmtShowing.jpg" alt="An image with the formatting of the document being shown." /></p>
<p>What I noticed is if a page break was used and there was no carriage return just before the break then the heading that followed on the next page would not show up in the TOC.</p>
<p>How could this happen? An example would be that you are typing in Print Layout view and you have inserted a page break. You notice that there appears to be an extra line below the last paragraph on the page. It looks this way because the cursor is sitting there flashing at you (this is due to the carriage return).</p>
<p> </p>
<p><img src="http://theaccesspond.com/wp-content/uploads/2009/09/CursorBelow.jpg" alt="An image showing the cursor on a blank line below the paragraph." /></p>
<p>So you use the backspace key to remove that apparent extra empty line. When you do this you have effectively removed the carriage return. Now the paragraph and page break no longer have a carriage return to separate the two.</p>
<p>Here is an image of how the document would look with the the carriage return properly located between the end of the paragraph and the page break:</p>
<p> </p>
<p><img src="http://theaccesspond.com/wp-content/uploads/2009/09/PageBreak.jpg" alt="An image showing the carriage return between the paragraph and the page break." /></p>
<p>When the carriage return is removed this creates the situation as demonstrated in the image below:</p>
<p> </p>
<p><img src="http://theaccesspond.com/wp-content/uploads/2009/09/NoCR.jpg" alt="An image showing the paragraph and the page break with no carriage return between them." /></p>
<p>That carriage return is essential if you want the header style at the top of the next page to be included in the TOC.</p>
<p>If you are a user of Word 2003 go give it a try and see for yourself! If you find that the header does not get added back to the TOC after you re-add the carriage return, then select the header text and reapply the style.</p>
<p><strong>Summary</strong></p>
<p>Now I am not sure if this is in fact the issue that was being discussed on the site I mentioned earlier. If it is or is not the fact is the advice that was given on that site is just plain bad advice.</p>
<p>By using the proper styles and other features in Word such, as the Table of Contents, correctly your document will be better structured as an accessible document. Then if you export your document to a PDF format that structure will be exported also which again provides better accessibility.</p>
<p>Now I don&#8217;t want to knock the effort that was put into creating the content on the site mentioned above because the majority of it was correct. I want to encourage more effort to share this type of knowledge. This way we can help to ensure that content is accessible to all users.</p>
<p>That being said, I also want to encourage that any advice that is given be as accurate as possible. If you run into issues like that demonstrated in this blog post please don&#8217;t just make things up. Take the time to do your own research and post comments and questions on blogs like this one. You may find someone who can provide you the solution.</p>
<p>Most importantly do not assume that everything you read online as correct. Do your due dillegence! As mentioned in the title of the post, when it comes to free accessibility advice&#8230;caveat emptor!</p>
<p>If you disagree with my comments, have run into similar situations or have any questions on accessibility issue s please post your comments and questions here.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/10/looking-for-free-accessibility-advice-caveat-emptor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>House Bill 6305:  ATM Visually Impaired-Friendly Act</title>
		<link>http://theaccesspond.com/2009/09/08/house-bill-6305-atm-visually-impaired-friendly-act/</link>
		<comments>http://theaccesspond.com/2009/09/08/house-bill-6305-atm-visually-impaired-friendly-act/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:05:52 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[6305]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[accessible]]></category>
		<category><![CDATA[atm]]></category>
		<category><![CDATA[blind]]></category>
		<category><![CDATA[visually impaired-friendly act]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=131</guid>
		<description><![CDATA[While this may not be of much use to our development followers I am very intrigued by this push for new standards in a way that can obviously benefit many.  It really isn&#8217;t a secret that many of us no longer rely on going into a bank and utilizing the tellers.  Direct deposits, automatic bill [...]]]></description>
			<content:encoded><![CDATA[<p>While this may not be of much use to our development followers I am very intrigued by this push for new standards in a way that can obviously benefit many.  It really isn&#8217;t a secret that many of us no longer rely on going into a bank and utilizing the tellers.  Direct deposits, automatic bill pay and other methods have turned banks into nothing more than a quick stop for the ATM&#8217;s.</p>
<p>I&#8217;m sure most everyone that has used an ATM can identify the braille on the buttons of the machine, but what about all text and questions that appear on the screen&#8230;none of which are accessible?  As the US continues to play catchup in the world of electronic accessibility even countries such as the Philippines are making efforts&#8230; <a title="House Bill 6305:  ATM Visually Impaired-Friendly Act" href="http://businessmirror.com.ph/home/banking-a-finance/15664-bill-pushes-accessibility-of-atms-to-the-blind.html" target="_blank">http://businessmirror.com.ph/home/banking-a-finance/15664-bill-pushes-accessibility-of-atms-to-the-blind.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/08/house-bill-6305-atm-visually-impaired-friendly-act/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>
	</channel>
</rss>

