Re: [WSG] tab index vs java script in xhtml 1.0

2004-08-25 Thread Patrick H. Lauke
Name is still perfectly valid for form elements (inputs, selects, etc), just not for the FORM element itself. http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_forms In any case, you should be using DOM scripting (with IDs assigned to the relevant elements and getElementById or

RE: [WSG] tab index vs java script in xhtml 1.0

2004-08-25 Thread Mike Foskett
Message- From: Herrod, Lisa [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 02:53 To: '[EMAIL PROTECTED]' Subject: [WSG] tab index vs java script in xhtml 1.0 Looking for opinions on the use of javascript for input control focus and tab index, instead of actually using the 'tabindex' attribute

RE: [WSG] tab index vs java script in xhtml 1.0

2004-08-25 Thread Herrod, Lisa
Thanks for that Mike, It's a great page of info! Lisa -Original Message- From: Mike Foskett [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 6:36 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] tab index vs java script in xhtml 1.0 Lisa, I've been doing a little work

RE: [WSG] tab index vs java script in xhtml 1.0

2004-08-25 Thread Herrod, Lisa
Thanks Patrick, I'd noticed it was validating with name in form elements other than 'form'. Thanks for the link too ;) Lisa -Original Message- From: Patrick H. Lauke [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 5:30 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] tab index vs

[WSG] tab index vs java script in xhtml 1.0

2004-08-24 Thread Herrod, Lisa
Looking for opinions on the use of javascript for input control focus and tab index, instead of actually using the 'tabindex' attribute... I understnd that incomplete browser support of tabindex might influence this choice, ie javascript. But this would then force the use of the 'name' attribute