Skip to content

Instantly share code, notes, and snippets.

@malcolm-kee
Last active September 15, 2019 20:26
Show Gist options
  • Save malcolm-kee/16aae07fe6a72ec8c7ea1b6814751f8b to your computer and use it in GitHub Desktop.
Save malcolm-kee/16aae07fe6a72ec8c7ea1b6814751f8b to your computer and use it in GitHub Desktop.
a11y util
document.body.addEventListener('focusin', (event) => {
console.log(document.activeElement)
})
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment