Created
January 20, 2022 21:39
-
-
Save tpage99/17ddfc146c63678a1c7b5a780f92128f to your computer and use it in GitHub Desktop.
A11y Tricks with JS to Improve UX
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
// 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