MicrosoftEdge / static-code-scan

Run this quick static code scan on any URL to check for out-of-date libraries, layout issues and accessibility.
Other
1.05k stars 228 forks source link

change check-accessibility-alt #75

Closed YuichiNukiyama closed 9 years ago

YuichiNukiyama commented 9 years ago

According to HTML5 Specification, the alt attribute must be specified and its value must not be empty. So, I modified files to check empty alt attribute.

YuichiNukiyama commented 9 years ago

I quoted HTML5 Specification from the following page. http://www.w3.org/TR/html5/embedded-content-0.html#general-guidelines

molant commented 9 years ago

Thanks