<?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>hubflanger &#187; tabChildren</title>
	<atom:link href="http://hubflanger.com/tag/tabchildren/feed/" rel="self" type="application/rss+xml" />
	<link>http://hubflanger.com</link>
	<description>adventures in code</description>
	<lastBuildDate>Mon, 29 Mar 2010 22:41:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://hubflanger.com/?pushpress=hub'/>
		<item>
		<title>TabChildren</title>
		<link>http://hubflanger.com/tabchildren/</link>
		<comments>http://hubflanger.com/tabchildren/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 03:16:56 +0000</pubDate>
		<dc:creator>Peng</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[tabChildren]]></category>

		<guid isPermaLink="false">http://hubflanger.com/tabchildren/</guid>
		<description><![CDATA[Recently, in a project for a client where we needed to make the application ADA compliant ie. keyboard accessible, we damn nearly pulled our hair out trying to figure out why, in spite of the fact that every button had been assigned an unique tabIndex value, we were still unable to tab to it. Turned [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, in a project for a client where we needed to make the application ADA compliant ie. keyboard accessible, we damn nearly pulled our hair out trying to figure out why, in spite of the fact that every button had been assigned an unique tabIndex value, we were still unable to tab to it. Turned out that the &#8220;tabChildren&#8221; property of the parent clip and its parent and so forth, all had to be set to &#8220;true&#8221;. I had thought that that was only necessary if one wanted the tabIndex to be automatically assigned to a particular movieclip&#8217;s child clips. Contrary to Adobe&#8217;s <a href="http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/js/html/wwhelp.htm" target="_blank">documentation</a>, this turns out not to be the case. Very strange indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://hubflanger.com/tabchildren/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
