Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 25, 2019 23:45
Show Gist options
  • Save aaggour/8c6633e50cd17e1dc443dcbe4d13a5ca to your computer and use it in GitHub Desktop.
Save aaggour/8c6633e50cd17e1dc443dcbe4d13a5ca to your computer and use it in GitHub Desktop.
tabindex attribute
<input tabindex="3">
<input tabindex="0">
<input tabindex="-1">
<input>
<input tabindex="2">
<input tabindex="1">
<span tabindex="4"> This wouldn't normally receive focus</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment