<?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>CSS3.com &#187; ui</title>
	<atom:link href="http://www.css3.com/tag/ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.com</link>
	<description>A comprehensive CSS 3 reference guide, tutorial, and blog</description>
	<lastBuildDate>Mon, 22 Mar 2010 22:39:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8216;Access Keys&#8217; for Accessible UI</title>
		<link>http://www.css3.com/access-keys-for-accessible-ui/</link>
		<comments>http://www.css3.com/access-keys-for-accessible-ui/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:44:19 +0000</pubDate>
		<dc:creator>mysticpixels</dc:creator>
				<category><![CDATA[BLOGGING]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.css3.com/?p=194</guid>
		<description><![CDATA[Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them &#8211; ‘ACCESS KEYS’
‘Access keys’ offer a convenient mechanism for people [...]]]></description>
			<content:encoded><![CDATA[<p>Making a web experience memorable and more accessible to all the users out there is really a daunting task. There are huge amount of techniques and approaches, that can be applied to a web presence to make it more accessible. Here is one among them &#8211; ‘ACCESS KEYS’<br />
‘Access keys’ offer a convenient mechanism for people with motor skill disabilities , such as Cerebral palsy, Parkinson’s disease, Alzheimer’s disease, etc., to access links or interface elements without having to cycle through all of the other links and interface elements in the content. With this technique, we assign shortcut keys that enable various functionalities of an application/page (only certain tags support accesskey), and hence avoids the need to move the cursor to the button or link and hence saves a lot of time and improves the workflow and user experience.</p>
<h4>REFERENCE</h4>
<p><a href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey" target="_blank">http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey</a></p>
<h4><strong>SYNTAX<br />
</strong></h4>
<p>Access keys can be implemented, by including the keyword &lt;<a name="adef-accesskey">accesskey</a> =         <a href="http://www.w3.org/TR/REC-html40/types.html#type-character"><em>character</em></a> &gt; within the tag, where the character will be a single character from the document set.</p>
<p>Eg.</p>
<p>&lt;FORM action=”…” method=”post”&gt;<br />
&lt;P&gt;<br />
&lt;LABEL for=”fuser” accesskey=”U”&gt; User Name &lt;/LABEL&gt;<br />
&lt;INPUT type=”text” name=”user” id=”fuser”&gt;<br />
&lt;/P&gt;<br />
&lt;/FORM&gt;</p>
<p>This would implement the accesskey for the label, and enables the user to navigate to the corresponding textbox, by pressing <span style="color: #ff6600;"><strong>‘browser-specific key’ + ‘U’</strong></span>. This means there are some browser keys/Key combinations, that needs to be pressed before the character mentioned in the accesskey tag, inorder to activate the element.</p>
<p>Here are some keys for accesskey activation in various common browsers</p>
<p><span style="color: #ff0000;"><strong>IE &#8211; ‘<span style="color: #000000;">Alt’ + ‘character’</span><br />
FF &#8211; <span style="color: #000000;">‘Shift+ Alt’ + ‘character’</span></strong></span></p>
<h4>HOW IT WORKS ?</h4>
<p><span class="index-inst" title="and access key"><a name="idx-focus-2"> Pressing an access key assigned to an element gives focus to the 	    element.</a></span> The action that occurs when an element receives focus depends on the element. For example, when a user activates a link defined by the <a class="noxref" href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-A">A</a> element, the user agent generally follows the link. When a user activates a radio button, the user agent changes the value of the radio button. When the user activates a text field, it allows input, etc.</p>
<h4>BROWSER SUPPORT</h4>
<p>Again there are some differences in the way ‘accesskey’ works in various browsers.</p>
<ul>
<li>In IE, using the access key typically <strong><em>only</em> gives focus</strong> to the element. If the element is a link, it is <strong>not followed</strong>. The user can thus move to a link (e.g., in order to proceed by tabbing then), as separately from following it, which can be activating by hitting the Enter key when the focus is on the link. The implementation of accesskeys on IE is not very consistent. For example, using an accesskey for a checkbox does not just focus on it but also toggles its setting.</li>
</ul>
<ul>
<li>FF follows the link, when accesskey is specified in an anchor tag.</li>
<li> Opera doesn’t support access keys</li>
<li> Netscape follows a link when an access key is used</li>
<li>On <strong>Netscape 6</strong>, the support is similar. Using an access key to select a link causes the link to be followed. And it seems that access keys are not supported for form buttons</li>
<li>In IE on the  Mac platform, access key is performed with the control key, in combination with the  key specified in the <code>accesskey</code> attribute. For links, the implementation follows the link rather than just setting focus on it.</li>
</ul>
<h4>MORE RESOURCES</h4>
<p><a href="http://www.cs.tut.fi/%7Ejkorpela/forms/accesskey.html" target="_blank">http://juicystudio.com/article/firefox2-accesskeys.php<br />
http://www.cs.tut.fi/~jkorpela/forms/accesskey.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.com/access-keys-for-accessible-ui/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->