Skip to content

Instantly share code, notes, and snippets.

@Dromediansk
Last active November 30, 2019 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dromediansk/bbba24f63e0b0369360daebeb78ea9dd to your computer and use it in GitHub Desktop.
Save Dromediansk/bbba24f63e0b0369360daebeb78ea9dd to your computer and use it in GitHub Desktop.
Tab-index attribute example
<label>First in tab order:<input type="text"></label>
<span tabindex="0">Tabbable due to tabindex.</span>
<div>Not tabbable: no tabindex.</div>
<button tabindex="0" onClick={() => handleClick()}>Submit</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment