On 17/06/07, Cole Kuryakin <[EMAIL PROTECTED]> wrote:

 Lastly, I'm always now implementing accesskeys, labels, and tabindex
attributes to my form elements. Is there anything else I'm missing


Accesskeys: clash with browsers, foreign characters, assistive technology,
and nobody ever knows they are there anyway - bad idea.

Tabindex: causes the tab order to jump around the page, confusing keyboard
users amongst others - bad idea. [1]

Labels: good idea, make sure you're using the for attribute to explicitly
associate the label with its form element.

:)

[1] http://wcagsamurai.org/errata/errata.html - see Guideline 9

--




Matthew Pennell //
m: 07904 432123 //
www.thewatchmakerproject.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to