Skip to content

Instantly share code, notes, and snippets.

@rawrmonstar
Created November 10, 2019 18:58
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 rawrmonstar/d7d841e71554ae358b93400fde0303f3 to your computer and use it in GitHub Desktop.
Save rawrmonstar/d7d841e71554ae358b93400fde0303f3 to your computer and use it in GitHub Desktop.
/* source: https://adrianroselli.com/2019/11/aria-label-does-not-translate.html#Developers */
.visually-hidden {
position: absolute;
top: auto;
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE 6/7 */
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment