Skip to content

Instantly share code, notes, and snippets.

@adamlaki
Created July 1, 2018 07:27
Show Gist options
  • Save adamlaki/86c57f8d62699afee7d022e5dc3bb62e to your computer and use it in GitHub Desktop.
Save adamlaki/86c57f8d62699afee7d022e5dc3bb62e to your computer and use it in GitHub Desktop.
Debugging Missing alt Attributes
img:not([alt]),
img[alt=""] {
outline: 5px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment