<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Quiz 2.1.1: Are Access Keys Useful?</title>
	<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/</link>
	<description>Seeking Best Accessibility Practices</description>
	<pubDate>Fri, 16 May 2008 07:45:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: Arve</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-244</link>
		<author>Arve</author>
		<pubDate>Fri, 15 Apr 2005 10:51:25 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-244</guid>
					<description>E) I don't recommend that people use access keys because:

a) They are device dependent. Not all devices have keyboards in the traditional sense; Tablet PCs and mobile browsers are two such examples.

b) Access keys are counterproductive, since authors are free to specify them for whatever they want: One author may use "S" for "Search", while another author may use "S" for something entirely different. 

c) The specification is broken: Instead access keys should have been a standard set of access methods.  &#60;input type="text" access="search" /&#62; would have been so much better: A keyboard-less device could have implemented it's own access method for this, such as a pen-gesture on a tablet device, or a standard key on a mobile device, such as a phone.

I have a more extensive writeup on &lt;a href="http://virtuelvis.com/archives/2003/06/accesskeys" rel="nofollow"&gt;Accesskeys needs replacing&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>E) I don&#8217;t recommend that people use access keys because:</p>
<p>a) They are device dependent. Not all devices have keyboards in the traditional sense; Tablet PCs and mobile browsers are two such examples.</p>
<p>b) Access keys are counterproductive, since authors are free to specify them for whatever they want: One author may use &#8220;S&#8221; for &#8220;Search&#8221;, while another author may use &#8220;S&#8221; for something entirely different. </p>
<p>c) The specification is broken: Instead access keys should have been a standard set of access methods.  &lt;input type=&#8221;text&#8221; access=&#8221;search&#8221; /&gt; would have been so much better: A keyboard-less device could have implemented it&#8217;s own access method for this, such as a pen-gesture on a tablet device, or a standard key on a mobile device, such as a phone.</p>
<p>I have a more extensive writeup on <a href="http://virtuelvis.com/archives/2003/06/accesskeys" rel="nofollow">Accesskeys needs replacing</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jeroen Mulder</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-245</link>
		<author>Jeroen Mulder</author>
		<pubDate>Fri, 15 Apr 2005 11:12:35 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-245</guid>
					<description>I have to go with Arve here. 

I don't recommend people to not use them, but the advantages of implementing them seem non-existent compared to the time it takes. I can see them being usefull, but the simple fact that there is no standard disallowing authors to assign any key they want, I just am not sure if I'll ever bother learning access keys for each website. 

It's probably even worse for people that seriously need access keys. I think Opera's implementation of showing links with specific rel attribute values in the browser's interface is a better approach -- basically Arve's point C. 

I am still in limbo here. If we're not pushing for our own non-written standard of access keys by implementing them, will it ever get better? Whenever I implement access keys, I will stick to Richard's list though. </description>
		<content:encoded><![CDATA[<p>I have to go with Arve here. </p>
<p>I don&#8217;t recommend people to not use them, but the advantages of implementing them seem non-existent compared to the time it takes. I can see them being usefull, but the simple fact that there is no standard disallowing authors to assign any key they want, I just am not sure if I&#8217;ll ever bother learning access keys for each website. </p>
<p>It&#8217;s probably even worse for people that seriously need access keys. I think Opera&#8217;s implementation of showing links with specific rel attribute values in the browser&#8217;s interface is a better approach &#8212; basically Arve&#8217;s point C. </p>
<p>I am still in limbo here. If we&#8217;re not pushing for our own non-written standard of access keys by implementing them, will it ever get better? Whenever I implement access keys, I will stick to Richard&#8217;s list though.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris Griego</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-246</link>
		<author>Chris Griego</author>
		<pubDate>Fri, 15 Apr 2005 11:23:37 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-246</guid>
					<description>"Not all devices have keyboards", that's like saying not to use graphics because not all browsers are graphical browsers. Sure, a better standard or better recommendations for implementation for user agents could be written but that doesn't mean they can't be useful now.

I havn't found accesskeys to be very helpful within standard document web pages but for web-based applications I find the case to be A, I find them useful and my web applications usrs tell me they find them useful.

One of my favorite examples is that I added some accesskeys to an existing bulletin board system and with fast-reply and some focus() magic I made replying to a topic a 3 step keyboard-only affair. 1) alt+f (open fast reply and focus the textarea) 2) type your reply 3) alt+s (submit)</description>
		<content:encoded><![CDATA[<p>&#8220;Not all devices have keyboards&#8221;, that&#8217;s like saying not to use graphics because not all browsers are graphical browsers. Sure, a better standard or better recommendations for implementation for user agents could be written but that doesn&#8217;t mean they can&#8217;t be useful now.</p>
<p>I havn&#8217;t found accesskeys to be very helpful within standard document web pages but for web-based applications I find the case to be A, I find them useful and my web applications usrs tell me they find them useful.</p>
<p>One of my favorite examples is that I added some accesskeys to an existing bulletin board system and with fast-reply and some focus() magic I made replying to a topic a 3 step keyboard-only affair. 1) alt+f (open fast reply and focus the textarea) 2) type your reply 3) alt+s (submit)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Anne</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-247</link>
		<author>Anne</author>
		<pubDate>Fri, 15 Apr 2005 12:00:44 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-247</guid>
					<description>Chris Griego, you are wrong. Markup (and especially a language like HTML, XHTML, etc.; I acknowledge it might not make sense for SVG) should be designed in a device independent way. Since the ACCESSKEY attribute is not designed in such a way, it is harmful. I think the ACCESS attribute from XHTML2 is more useful.

You can provide a fallback for graphics so non-graphical user agents can still understand the page. You can not provide a fallback for the ACCESSKEY attribute so they are harmful. The ACCESS attribute is set up in a way that is more logical. It does not depend on keys, it lets the author specify certain labels on which the UA could act.</description>
		<content:encoded><![CDATA[<p>Chris Griego, you are wrong. Markup (and especially a language like HTML, XHTML, etc.; I acknowledge it might not make sense for SVG) should be designed in a device independent way. Since the ACCESSKEY attribute is not designed in such a way, it is harmful. I think the ACCESS attribute from XHTML2 is more useful.</p>
<p>You can provide a fallback for graphics so non-graphical user agents can still understand the page. You can not provide a fallback for the ACCESSKEY attribute so they are harmful. The ACCESS attribute is set up in a way that is more logical. It does not depend on keys, it lets the author specify certain labels on which the UA could act.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bob Easton</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-248</link>
		<author>Bob Easton</author>
		<pubDate>Fri, 15 Apr 2005 12:03:24 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-248</guid>
					<description>Before we go too far down the "devices without keyboards" path, please be aware of what WCAG 2.0 says &lt;a href="http://www.w3.org/TR/WCAG20/#keybrd-interfacedef" rel="nofollow"&gt;about keyboard interfaces.&lt;/a&gt;
&lt;blockquote&gt;On devices that do not have a built-in or attached keyboard, there is often an alternate method for connecting a keyboard to the device for the purpose of generating text or an internal method for generating text. Allowing control via the "keyboard interface" means that the content could be controlled through commands issued from the keyboard or by alternate methods that are capable of generating text as if a keyboard had been used.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Before we go too far down the &#8220;devices without keyboards&#8221; path, please be aware of what WCAG 2.0 says <a href="http://www.w3.org/TR/WCAG20/#keybrd-interfacedef" rel="nofollow">about keyboard interfaces.</a></p>
<blockquote><p>On devices that do not have a built-in or attached keyboard, there is often an alternate method for connecting a keyboard to the device for the purpose of generating text or an internal method for generating text. Allowing control via the &#8220;keyboard interface&#8221; means that the content could be controlled through commands issued from the keyboard or by alternate methods that are capable of generating text as if a keyboard had been used.</p></blockquote>
]]></content:encoded>
				</item>
	<item>
		<title>By: Georg</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-249</link>
		<author>Georg</author>
		<pubDate>Fri, 15 Apr 2005 12:12:33 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-249</guid>
					<description>I've used access-keys, and found them useful. However, the conflicts between access-keys and other shortcut-keys kept popping up in my face all the time, so I've stopped using access-keys.

It's a shame, really, since access-keys in a more "standardized" form might provide quick and accessible navigation. They worked really well -- isolated, but those conflicts creates too many problems in too many cases.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used access-keys, and found them useful. However, the conflicts between access-keys and other shortcut-keys kept popping up in my face all the time, so I&#8217;ve stopped using access-keys.</p>
<p>It&#8217;s a shame, really, since access-keys in a more &#8220;standardized&#8221; form might provide quick and accessible navigation. They worked really well &#8212; isolated, but those conflicts creates too many problems in too many cases.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris Griego</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-250</link>
		<author>Chris Griego</author>
		<pubDate>Fri, 15 Apr 2005 14:12:12 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-250</guid>
					<description>Accesskeys provide shortcuts, here's some examples of how the shortcuts could still be provided without keyboards.

1) If these devices are have handwriting input you can use a shortcut gesture (usually one is built-in) and then the value of the accesskey.
2) Build a jump menu. Search the document for accesskeys and then build a drop-down menu of shortcuts that act just like inputing the accesskey from a keyboard. Pull the title for the menu item either from the tag value (label, links) or from the value attribute for submit and button inputs. This is where a better spec for user agents could help because then title attributes could have priority over other labels for accesskeys.
3) Phones, accesskeys with numbers are instantly handy but they also allow text input from the buttons. Letters take a moment longer to input but can still be handy on frequently used links or actions.
4) Voice input, "Access A".</description>
		<content:encoded><![CDATA[<p>Accesskeys provide shortcuts, here&#8217;s some examples of how the shortcuts could still be provided without keyboards.</p>
<p>1) If these devices are have handwriting input you can use a shortcut gesture (usually one is built-in) and then the value of the accesskey.<br />
2) Build a jump menu. Search the document for accesskeys and then build a drop-down menu of shortcuts that act just like inputing the accesskey from a keyboard. Pull the title for the menu item either from the tag value (label, links) or from the value attribute for submit and button inputs. This is where a better spec for user agents could help because then title attributes could have priority over other labels for accesskeys.<br />
3) Phones, accesskeys with numbers are instantly handy but they also allow text input from the buttons. Letters take a moment longer to input but can still be handy on frequently used links or actions.<br />
4) Voice input, &#8220;Access A&#8221;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Arve</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-251</link>
		<author>Arve</author>
		<pubDate>Fri, 15 Apr 2005 14:29:47 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-251</guid>
					<description>Chris: 

The point is that "accesskeys" has "keyboard" as a prerequisite, and any alternate means you create to access whatever is referenced, it's a horrible, horrible kludge. 

It's even a horrible kludge on devices with keyboards:

a) There is no "standard" access key for anything
b) They conflict in translated versions of software
c) There is no visible means of listing used access keys in browsers, so the user is dependent of styling to discover them.

In a desktop context, I am predominantly a keyboard user, and I can't honestly remember the last time I used accesskeys on a site, even where I knew they were present, and what they were. Using Opera's built-in keyboard navigation is faster, plus it's consistent across every site.</description>
		<content:encoded><![CDATA[<p>Chris: </p>
<p>The point is that &#8220;accesskeys&#8221; has &#8220;keyboard&#8221; as a prerequisite, and any alternate means you create to access whatever is referenced, it&#8217;s a horrible, horrible kludge. </p>
<p>It&#8217;s even a horrible kludge on devices with keyboards:</p>
<p>a) There is no &#8220;standard&#8221; access key for anything<br />
b) They conflict in translated versions of software<br />
c) There is no visible means of listing used access keys in browsers, so the user is dependent of styling to discover them.</p>
<p>In a desktop context, I am predominantly a keyboard user, and I can&#8217;t honestly remember the last time I used accesskeys on a site, even where I knew they were present, and what they were. Using Opera&#8217;s built-in keyboard navigation is faster, plus it&#8217;s consistent across every site.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-252</link>
		<author>Robin</author>
		<pubDate>Fri, 15 Apr 2005 16:29:21 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-252</guid>
					<description>Generally C, although occasionally B. C, because in most cases they're not automatically discoverable and conflict with browser defaults in a different way for every browser. Occasionally B, because sometime a client asks for them (in which case we usually go by the UK Government recommendations), or in one case because I was experiementing with navigation methods in a graphical tour of a building (I added WASD access keys).</description>
		<content:encoded><![CDATA[<p>Generally C, although occasionally B. C, because in most cases they&#8217;re not automatically discoverable and conflict with browser defaults in a different way for every browser. Occasionally B, because sometime a client asks for them (in which case we usually go by the UK Government recommendations), or in one case because I was experiementing with navigation methods in a graphical tour of a building (I added WASD access keys).</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Stenhouse</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-253</link>
		<author>Mike Stenhouse</author>
		<pubDate>Fri, 15 Apr 2005 17:12:41 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-253</guid>
					<description>I'm a C man, after being a B for quite a while. I don't think I've read anything positive about accesskeys in the last couple of years so I just decided to ditch them. I provide skiplinks to the main content, main nav and search and leave it at that... I really like the sound of access points though - device independent, internet-wide and semantic. There was a good Derek Featherstone article from last year about this: &lt;a href="http://www.wats.ca/articles/thefutureofaccesskeys/66" rel="nofollow"&gt;The Future of Accesskeys&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a C man, after being a B for quite a while. I don&#8217;t think I&#8217;ve read anything positive about accesskeys in the last couple of years so I just decided to ditch them. I provide skiplinks to the main content, main nav and search and leave it at that&#8230; I really like the sound of access points though - device independent, internet-wide and semantic. There was a good Derek Featherstone article from last year about this: <a href="http://www.wats.ca/articles/thefutureofaccesskeys/66" rel="nofollow">The Future of Accesskeys</a>.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Chris Griego</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-254</link>
		<author>Chris Griego</author>
		<pubDate>Fri, 15 Apr 2005 18:05:11 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-254</guid>
					<description>Yes, "accesskey" does obviously relate to the word "keyboard"; yes it should have had been defined with different semantics and improved definitions for user agent implementations. I don't disagree with any of that.

What I'm saying is that, despite its failings, accesskeys can be useful now and I will continue to use them because the feedback I've gotten on including them in web applications has only been positive. A.</description>
		<content:encoded><![CDATA[<p>Yes, &#8220;accesskey&#8221; does obviously relate to the word &#8220;keyboard&#8221;; yes it should have had been defined with different semantics and improved definitions for user agent implementations. I don&#8217;t disagree with any of that.</p>
<p>What I&#8217;m saying is that, despite its failings, accesskeys can be useful now and I will continue to use them because the feedback I&#8217;ve gotten on including them in web applications has only been positive. A.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bryce</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-255</link>
		<author>Bryce</author>
		<pubDate>Fri, 15 Apr 2005 19:56:44 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-255</guid>
					<description>In the redesigns of the sites we manage at work, we're probably best described as B.  We include them, and we include an accessibility statement outlining what our access key schema is.  I personally don't see the harm in including them.  It gives one more layer to an accessibility solution.

We honestly have no idea if people use them or not, but no one has ever complained that we DO use them.</description>
		<content:encoded><![CDATA[<p>In the redesigns of the sites we manage at work, we&#8217;re probably best described as B.  We include them, and we include an accessibility statement outlining what our access key schema is.  I personally don&#8217;t see the harm in including them.  It gives one more layer to an accessibility solution.</p>
<p>We honestly have no idea if people use them or not, but no one has ever complained that we DO use them.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: redux</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-256</link>
		<author>redux</author>
		<pubDate>Fri, 15 Apr 2005 22:14:51 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-256</guid>
					<description>F) implement minimal accesskeys for the most common sections of a site, taking inspiration from UK's governmental guidelines...usually just something like

Access key 1 - Home page
Access key 2 - Skip to content
Access key 4 - Set focus to Search Box if available
Access key 0 - Help / Accessibility statement

completely avoid using letter, not to riskoverriding/conflicting with browser/OS shortcuts.

clearly advertise these accesskey definitions on the site's accessibility statement.

possibly back these accesskeys up with relevant LINK elements.

i've had a few positive comments from users coming to www.salford.ac.uk ... and i personally find myself using them when i'm on a laptop.</description>
		<content:encoded><![CDATA[<p>F) implement minimal accesskeys for the most common sections of a site, taking inspiration from UK&#8217;s governmental guidelines&#8230;usually just something like</p>
<p>Access key 1 - Home page<br />
Access key 2 - Skip to content<br />
Access key 4 - Set focus to Search Box if available<br />
Access key 0 - Help / Accessibility statement</p>
<p>completely avoid using letter, not to riskoverriding/conflicting with browser/OS shortcuts.</p>
<p>clearly advertise these accesskey definitions on the site&#8217;s accessibility statement.</p>
<p>possibly back these accesskeys up with relevant LINK elements.</p>
<p>i&#8217;ve had a few positive comments from users coming to <a href="http://www.salford.ac.uk" rel="nofollow">www.salford.ac.uk</a> &#8230; and i personally find myself using them when i&#8217;m on a laptop.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pamberman</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-257</link>
		<author>pamberman</author>
		<pubDate>Fri, 15 Apr 2005 23:27:38 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-257</guid>
					<description>A, B, and C depending on the target audience for each specific project. </description>
		<content:encoded><![CDATA[<p>A, B, and C depending on the target audience for each specific project.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mr. Farlops</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-258</link>
		<author>Mr. Farlops</author>
		<pubDate>Sat, 16 Apr 2005 02:05:27 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-258</guid>
					<description>The option I've always gone with is B. I include some, try to keep them standard across all the sites I've built but really have no idea if they are useful. I never specify letters, always numbers or symbols. I completely agree that implementation of accesskey was broken in conception but my thinking corresponds with Joe Clark's: include 'em anyway.</description>
		<content:encoded><![CDATA[<p>The option I&#8217;ve always gone with is B. I include some, try to keep them standard across all the sites I&#8217;ve built but really have no idea if they are useful. I never specify letters, always numbers or symbols. I completely agree that implementation of accesskey was broken in conception but my thinking corresponds with Joe Clark&#8217;s: include &#8216;em anyway.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Thomas</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-259</link>
		<author>Mike Thomas</author>
		<pubDate>Sun, 17 Apr 2005 11:39:03 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-259</guid>
					<description>It's B for me and we have to provide them since we are bound by the UK Government guidelines on website design. But given what I've been reading over the last few months I suspect I'll start looking at the  tag.

Mike</description>
		<content:encoded><![CDATA[<p>It&#8217;s B for me and we have to provide them since we are bound by the UK Government guidelines on website design. But given what I&#8217;ve been reading over the last few months I suspect I&#8217;ll start looking at the  tag.</p>
<p>Mike</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-261</link>
		<author>Mike Cherim</author>
		<pubDate>Sun, 17 Apr 2005 22:04:14 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-261</guid>
					<description>B on this, for now. I try to avoid conflicts by sticking to numbers. 

I have no idea if they are being used, but then again I have no idea if any of my accessibility features are. As it is I'd say that somewhere between 99.99-100% of my sites' visitors have everything enabled and are fully capable of accessing nearly any site out there, but it's not about who can, it's about not barring the sometimes rare visitor who can't. 

So I offer them.

Mike</description>
		<content:encoded><![CDATA[<p>B on this, for now. I try to avoid conflicts by sticking to numbers. </p>
<p>I have no idea if they are being used, but then again I have no idea if any of my accessibility features are. As it is I&#8217;d say that somewhere between 99.99-100% of my sites&#8217; visitors have everything enabled and are fully capable of accessing nearly any site out there, but it&#8217;s not about who can, it&#8217;s about not barring the sometimes rare visitor who can&#8217;t. </p>
<p>So I offer them.</p>
<p>Mike</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben Hunt</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-262</link>
		<author>Ben Hunt</author>
		<pubDate>Mon, 18 Apr 2005 10:28:28 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-262</guid>
					<description>Like Mike, I'm bound to use the UK Government standards for much of my work (see http://www.hmrc.gov.uk, which went live today!).

Personally I love keyboard shortcuts, as I use a laptop full-time. As a sighted person, I can't comment on how useful they are. However, I think I would actually use access keys, provided I knew what they were. There are 2 ways of doing this.

1) A global standard.
2) Displaying access keys on links, perhaps with ?</description>
		<content:encoded><![CDATA[<p>Like Mike, I&#8217;m bound to use the UK Government standards for much of my work (see <a href="http://www.hmrc.gov.uk," rel="nofollow">http://www.hmrc.gov.uk,</a> which went live today!).</p>
<p>Personally I love keyboard shortcuts, as I use a laptop full-time. As a sighted person, I can&#8217;t comment on how useful they are. However, I think I would actually use access keys, provided I knew what they were. There are 2 ways of doing this.</p>
<p>1) A global standard.<br />
2) Displaying access keys on links, perhaps with ?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mike 2k:)2</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-263</link>
		<author>mike 2k:)2</author>
		<pubDate>Tue, 19 Apr 2005 09:04:27 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-263</guid>
					<description>Definitely B.

We partially support access keys to the UK government standard:
0 - accessibility page
1 - home
4 - search
S - content

If we had a sitemap that would be there too.

Convienient additions:
N - navigation
T - top of page

I personally believe access keys are mostly used by ourselves and not the intended audience.</description>
		<content:encoded><![CDATA[<p>Definitely B.</p>
<p>We partially support access keys to the UK government standard:<br />
0 - accessibility page<br />
1 - home<br />
4 - search<br />
S - content</p>
<p>If we had a sitemap that would be there too.</p>
<p>Convienient additions:<br />
N - navigation<br />
T - top of page</p>
<p>I personally believe access keys are mostly used by ourselves and not the intended audience.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Bart Simons</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-264</link>
		<author>Bart Simons</author>
		<pubDate>Tue, 19 Apr 2005 12:18:36 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-264</guid>
					<description>(c) it is annoying when alt+d, alt+a, alt+f, alt+t etc. are overriden by accesskeys.
(d) Being blind I am part of the "intended audience" but never use them. The problem is that you don't know which key is assigned to a link until you arrive at that link.
Another issue is that it is impossible to assign accesskeys that are easy to memorize. It is obvious we should stick to numbers but I see no link between 1 and home and between 4 and search. Maybe in the future numbers aren't safe anymore when screenreaders or other apps assign a function to alt+1 ...
I am wondering how we will agree on a global standard, especially as there are only ten possible keys to define. A site without a search box would be unable to use the 4 as an accesskey etc.
</description>
		<content:encoded><![CDATA[<p>(c) it is annoying when alt+d, alt+a, alt+f, alt+t etc. are overriden by accesskeys.<br />
(d) Being blind I am part of the &#8220;intended audience&#8221; but never use them. The problem is that you don&#8217;t know which key is assigned to a link until you arrive at that link.<br />
Another issue is that it is impossible to assign accesskeys that are easy to memorize. It is obvious we should stick to numbers but I see no link between 1 and home and between 4 and search. Maybe in the future numbers aren&#8217;t safe anymore when screenreaders or other apps assign a function to alt+1 &#8230;<br />
I am wondering how we will agree on a global standard, especially as there are only ten possible keys to define. A site without a search box would be unable to use the 4 as an accesskey etc.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: dotjay</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-265</link>
		<author>dotjay</author>
		<pubDate>Tue, 19 Apr 2005 21:41:16 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-265</guid>
					<description>Generally, b. But I'd have to go with redux on this one as I cannot see how more than a few accesskeys can successfully be implemented on any site.</description>
		<content:encoded><![CDATA[<p>Generally, b. But I&#8217;d have to go with redux on this one as I cannot see how more than a few accesskeys can successfully be implemented on any site.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ian Anderson</title>
		<link>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-299</link>
		<author>Ian Anderson</author>
		<pubDate>Tue, 26 Apr 2005 08:35:53 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/04/15/quiz-211-are-access-keys-useful/#comment-299</guid>
					<description>B/F for me - Accesskeys desperately need a global standard. This will a) encourage their use and b) mean that users don't have to relearn different keys on different sites. The conflicts with screen readers and other AT will only be resolved once there is an established set of characters for them to avoid.

Agree, it's important not to spray keys all over the site. No more than 10  could ever be considered helpful. IMHO, the UK government shortcuts should be used by all sites in the absence of leadership from anyone else. These use only numerals to minimise (not avoid) the conflicts plus the S key for skip navigation. They only go to common, key destinations on the site such as home, about us, contact, access key definitions and so on. This is good and useful functionality in my view.

I am of the opinion that accesskey is an appropriate feature of HTML - the fact that some clients have no keyboards is irrelevant; most client devices do, and there is no negative impact on the devices that do not have keyboards. Sure, it could have been done differently; what couldn't?
</description>
		<content:encoded><![CDATA[<p>B/F for me - Accesskeys desperately need a global standard. This will a) encourage their use and b) mean that users don&#8217;t have to relearn different keys on different sites. The conflicts with screen readers and other AT will only be resolved once there is an established set of characters for them to avoid.</p>
<p>Agree, it&#8217;s important not to spray keys all over the site. No more than 10  could ever be considered helpful. IMHO, the UK government shortcuts should be used by all sites in the absence of leadership from anyone else. These use only numerals to minimise (not avoid) the conflicts plus the S key for skip navigation. They only go to common, key destinations on the site such as home, about us, contact, access key definitions and so on. This is good and useful functionality in my view.</p>
<p>I am of the opinion that accesskey is an appropriate feature of HTML - the fact that some clients have no keyboards is irrelevant; most client devices do, and there is no negative impact on the devices that do not have keyboards. Sure, it could have been done differently; what couldn&#8217;t?</p>
]]></content:encoded>
				</item>
</channel>
</rss>
