quailjs / quail

Accessibility testing in the browser and on the server.
http://quailjs.org
Other
300 stars 44 forks source link

Use the W3C Nu Markup Checker standalone jar to validate HTML #291

Open jessebeach opened 9 years ago

jessebeach commented 9 years ago

Source code for the W3 validator: https://github.com/validator/validator

See svenkreiss's Python wrapper for an example https://github.com/svenkreiss/html5validator/tree/master/vnujar

In fact, there's already a grunt-wrapped project for the vnu.jar https://github.com/jzaefferer/grunt-html

jessebeach commented 9 years ago

Maybe use this standalone parser instead? http://jericho.htmlparser.net/docs/index.html