svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
314 stars 34 forks source link

Validator doesn't complain when img doesn't have alt attribute #48

Closed Croydon closed 6 years ago

Croydon commented 6 years ago

Right now the validator doesn't complain when img tags are missing the alt attribute.

Expected behavior: Exactly like the W3C validator there should be an error or at least warning when the alt attribute is missing.

Croydon commented 6 years ago

I'm not sure why this wasn't the case initially. However, it works now as expected.