Created
May 9, 2013 21:25
-
-
Save delba/5550742 to your computer and use it in GitHub Desktop.
Using tabindex on inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Tab Index</title> | |
| </head> | |
| <body> | |
| <h1><a href="/">Title</a></h1> | |
| <input type="search" tabindex="1" /> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment