On 9/22/07, Tee G. Peng <[EMAIL PROTECTED]> wrote: > I still don't think my question get answered. I want to know, without > using the tabindex, can one still claim to have the tab order in > place? Or rather, how you guys define/understand 'logical tab order'? > > A google search on 'logical tab order', shows up results that are > related to tabindex.
Let me see if I can help... if you have the form elements in the order that you want users to fill them out, then they are in logical tab order... when the user tabs through them, they'll be going in the right order. It's better to do this than to set up a "tabindex" because that always messes with the natural behavior that someone would expect. Browsers are already set up to tab through things linearly, so just place them linearly. -- -- Christian Montoya christianmontoya.net ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
