mvdschee / web-accessibility

A Visual Studio Extension for Web accessibility
https://marketplace.visualstudio.com/items?itemName=MaxvanderSchee.web-accessibility
MIT License
70 stars 13 forks source link

adds more checks for alt text, removes whitespace, fixes false positive on alt="" #9

Closed ecerta closed 5 years ago

ecerta commented 5 years ago

Fixed the following Issues:

https://github.com/mvdschee/web-accessibility/issues/6

Added the following Features:

ecerta commented 5 years ago

Also, I saw the PR guidelines said to add tests for all new code but I couldn't find a test suite. Is it hidden in an unusual place, or is a test suite on the list for future improvements?

mvdschee commented 5 years ago

The test suite is definitely on the to do list.