in reply to PM pages should have Tabindex attributes
Teach your password manager to look for the form named "login", instead of a specific number of tabs. We added the name attribute to the form for the specific purpose of making the site more automatable. However, the best WTDI is, at least for this site, to see what CGI parameters the form uses, and use them. We consider this a stable interface, unlike the specifics of the generated HTML.
As to using tabindex, I find tabindexes not implied by the semantics of the page or it's layout confusing and counterintuitive -- when I hit tab, I expect to go to the next link or form element. You're suggesting optimizing for login over all other use, which I think is a bad tradeoff.
I'm not going to respond to your suggestions for changing around sections.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PM pages should have Tabindex attributes
by Prior Nacre V (Hermit) on Aug 08, 2004 at 10:51 UTC | |
by Corion (Patriarch) on Aug 08, 2004 at 12:19 UTC |