Created
July 1, 2018 07:27
-
-
Save adamlaki/86c57f8d62699afee7d022e5dc3bb62e to your computer and use it in GitHub Desktop.
Debugging Missing alt Attributes
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
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