Skip to content

Instantly share code, notes, and snippets.

@tpage99
Created January 20, 2022 21:39
Show Gist options
  • Save tpage99/17ddfc146c63678a1c7b5a780f92128f to your computer and use it in GitHub Desktop.
Save tpage99/17ddfc146c63678a1c7b5a780f92128f to your computer and use it in GitHub Desktop.
A11y Tricks with JS to Improve UX
// Drop this bad chad into console to help determine active focus element and tab through items slowly
window.setInterval(()=> { console.log(document.activeElement); }, 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment