liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
621 stars 66 forks source link

Add HTML validation #53

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

In addition to WCAG and Section508 validation, we now support HTML validation!

screen shot 2016-02-05 at 11 30 51

screen shot 2016-02-05 at 11 31 02

This is totally mixed with other validations. The only difference is the amount of information we can provide and we introduce icons to make a visual difference in the report page.

The validator is a JAR. We need access to Java so. I am continuing this PR to run HTML validation under the HTML standard (with the --standard option). By default, it will not run. Thoughts?