What's Changed
The alt-text-bot now flags when:
- An image tag contains empty alt text (ex.
<img alt=''
). Note: Since images are rendered as linksalt=''
should never be used. - A markdown image does not contain alt text (ex.
![]
). - A semantic image does not contain alt text (ex.
<img />
).
Related PRs
- Update README.md by @khiga8 in #18
- Update ci.yml workflow for clarity by @khiga8 in #20
- Rewrite readme by @HonkingGoose in #19
- Add all contributors by @kendallgassner in #21
- Update README to be more verbose about what the bot can check by @kendallgassner in #25
- Flag images without alt text by @kendallgassner in #26
New Contributors
- @HonkingGoose made their first contribution in #19
Full Changelog: v1.2.0...v1.3.0