Comment 8 for bug 359180

Revision history for this message
Adi Roiban (adiroiban) wrote :

First attempt:

tabindex 1 - cycle through input and textarea
tabindex 2 - Save and continue button

accesskey s - Save and continue
accesskey f - Focus the search field

accesskey r - Go to first
accesskey n - Go to next
accesskey p - Go to previous
accesskey l - Go to last

Here is an excelent resource about tabindex implementation in browsers
http://www.weba11y.com/blog/2009/07/02/more-fun-with-the-tabindex-attribute/

What do you say?