18F / myusa

MyUSA was a single sign-on project for government, now deprecated. (More info: https://18f.gsa.gov/2015/05/18/myusa/)
Other
42 stars 9 forks source link

Add tabindex to email login fields #726

Closed jeremiak closed 9 years ago

jeremiak commented 9 years ago

Sorry for the start-of-the-weekend-PR, but I ran into issue #725 and thought it could be a quick fix.

I've added the tab index values for the email input field, the “Remember me” checkbox and the submit button on the email login view.

The order of the tabbing is:

  1. Email input field
  2. Remember me checkbox
  3. Submit button

All tests are passing for me. Also, this was more of a personal usability issue than a general accessibility issue so please feel free to not merge this if you've got something larger planned.

juliaelman commented 9 years ago

LGTM - thanks @jeremiak!