Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Last active April 1, 2019 10:59
Show Gist options
  • Save gladchinda/01a8fdf48d11ad6ca66e8acfe61f9ac4 to your computer and use it in GitHub Desktop.
Save gladchinda/01a8fdf48d11ad6ca66e8acfe61f9ac4 to your computer and use it in GitHub Desktop.
/*******************************************************
Avoid the following style definitions:
- they are ignored by screen readers
- they impact keyboard accessibility
- they affect the visual flow of the page
*******************************************************/
.hidden {
display: none;
}
.hidden {
visibility: hidden;
}
.hidden {
width: 0px;
height: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment