Skip to content

Instantly share code, notes, and snippets.

@delba
Created May 9, 2013 21:25
Show Gist options
  • Select an option

  • Save delba/5550742 to your computer and use it in GitHub Desktop.

Select an option

Save delba/5550742 to your computer and use it in GitHub Desktop.
Using tabindex on inputs
<!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