<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Mozilla&#8217;s focus box</title>
	<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2007/03/05/mozillas-focus-box/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Wed, 20 Aug 2008 09:28:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Richard Lee</title>
		<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2007/03/05/mozillas-focus-box/#comment-28010</link>
		<pubDate>Mon, 12 Mar 2007 22:39:51 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2007/03/05/mozillas-focus-box/#comment-28010</guid>
					<description>UPDATE - the same thing using a valid CSS property:

&lt;pre&gt;&lt;br /&gt;
#menu li a:hover, #menu li a:active {&lt;br /&gt;
 outline: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>UPDATE - the same thing using a valid CSS property:</p>
<pre>
#menu li a:hover, #menu li a:active {
 outline: none;
}
</pre>
]]></content:encoded>
				</item>
	<item>
		<title>by: AD</title>
		<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2007/03/05/mozillas-focus-box/#comment-25989</link>
		<pubDate>Mon, 05 Mar 2007 12:11:45 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2007/03/05/mozillas-focus-box/#comment-25989</guid>
					<description>That "strange dotted outline" is there for a reason - when keyboard-only users tab through your page the outline helps them to determine which link is currently focused. Removing this outline will be a usability disaster for these users!!</description>
		<content:encoded><![CDATA[<p>That &#8220;strange dotted outline&#8221; is there for a reason - when keyboard-only users tab through your page the outline helps them to determine which link is currently focused. Removing this outline will be a usability disaster for these users!!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
