You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's only after sending a pull request that I saw the 8 current issues you had already opened...
A suitable selector for input[type="image"] with non-existent or empty alt would be: input[type="image"][alt=""], input[type="image"]:not([alt])
The difficult part is displaying an error without the help of :before and :after (input...)
I chose to add a huge red background but a background-image encoded in base64 would be nice. Not an accessible flag though (oh irony); JS would be the only way to do it in a better way, I think.
No description provided.
The text was updated successfully, but these errors were encountered: