Skip to content
Compare
Choose a tag to compare
@kendallgassner kendallgassner released this 05 Jul 18:27
· 18 commits to main since this release
b5828a5

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 links alt='' 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

New Contributors

Full Changelog: v1.2.0...v1.3.0