Generate accesskey parameters in form elements
Chris Johnson - June 8, 2004 - 03:11
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | theme system |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It would be nice if the appropriate form_*() functions allowed for generation of the accesskey XHTML parameter for elements where it made sense, e.g. fieldset, input, textarea, etc.
One can kludge in an accesskey parameter in the attributes argument (probably), and by hand patch in a "span" to underline or otherwise highlight the access key, but it's all hacks to do it right now.

#1
Moving from x.y.z queue to 6.x-dev. I don't know the api well enough to know if this functionality exists or not.
#2
what is accesskey XHTML parameter?
#3
Access keys, from Google:
http://www.alistapart.com/articles/accesskeys/
http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-attribute-collections.h...
http://www.w3.org/TR/xhtml-access/
http://en.wikipedia.org/wiki/Access_keys