ACCESSKEY on FORM controls

> 8.9. Furnish keyboard shortcuts for form elements

This guideline's example places the ACCESSKEY attribute on the
LABEL associated with the form control. 

1. If this is the preferred method of doing this sort of 
thing, then why do all the form controls have ACCESSKEY 
attributes themselves?

2. <BUTTON> and <INPUT TYPE=BUTTON> don't have
labels associated with them and the ACCESSKEY should
be directly specified on these controls. 

3. I don't quite understand why we even have access keys
for forms at all. It seems to me that for any practical
web-based form it isn't really usefull not to mention
kind of crazy if the keys change on every web page.
On some forms, because of their size, using accesskeys
would be impossible. Does someone have a comprehensive 
vision of how this is supposed to be used?

Josh Krieger
CAST

Received on Thursday, 18 June 1998 11:30:50 UTC