Closed (duplicate)
Project:
Drupal core
Version:
4.7.3
Component:
menu system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2006 at 03:27 UTC
Updated:
2 Jan 2007 at 09:01 UTC
Accessibility is very important.
The patch adds the attribute accesskey in menu items.
| Comment | File | Size | Author |
|---|---|---|---|
| accesskey-menu-item.patch | 5.39 KB | rstamm |
Comments
Comment #1
moshe weitzman commentedSems like a good idea. Steven - any comment?
Comment #2
vigo-1 commentedAccesskeys generally do more harm than good, unless unset as default with an option to allow individual users to choose definitions for the major links. A universially admin-avaialble accesskey attribute will only lead to well-meaning administrators crippling users of assistive technologies (AT) with confusing, language specific ('s' for search anyone?) accesskeys that interfeer with AT shortcuts (a good example being ALT+1, in JAWS this has a specific well used meaning but most sites with accesskeys to 'help' AT users override it). Sensible heading orders and structures and well-placed skip links mean more to AT and keyboard navigators.
Great idea, and the right feeling behind it but this is not the way to improve accessibility in drupal. Strong -1.
Comment #3
webchickThis is a duplicate of http://drupal.org/node/23628 ... a similar -1 sentiment was expressed there as well.
Comment #4
zaphod280380 commentedGreat! i need this option!
but i don't know how to implement this patch (anche patches in general:-)
help me!