Webalin: Section 508 Compliance Linter

Webalin is a Web Accessibility Linter that helps ensure your website is Section 508 compliant. Webalin is written in Python and can be called from the command line or imported for use in your projects test suite.

Author:Derek Payton
Version:0.1.0
License:MIT

A Quick Demo

$ webalin http://python.org
E: 94: <input:domains> is missing <label>
E: 95: <input:sitesearch> is missing <label>
E: 96: <input:sourceid> is missing <label>
E: 97: <input:q> is missing <label>
E: 200: <input> is missing [id]

Indices and tables