Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Add an analyzer for <img> elements missing alt attributes #12

Open
groovecoder opened this issue May 21, 2015 · 1 comment
Open

Add an analyzer for <img> elements missing alt attributes #12

groovecoder opened this issue May 21, 2015 · 1 comment

Comments

@groovecoder
Copy link
Contributor

To start checking for accessibility issues, add an analyzer to process HTML and look for elements that are missing alt attributes.

@peterbe
Copy link
Contributor

peterbe commented May 22, 2015

That would ideally require the commencement of the second plugin (aka. the accessibility app).

An interesting challenge is; how do you present that of the 13,455 documents collected, there are 399 cases of <img> tags without an alt? You'd really have to start analyzing and diff'ing these 399 occurances and only present those that are sufficiently different.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants