LocalGov Drupal Docs
Overview
  • Developers
  • Content designers
  • Designers
  • Contributing
  • Credits System
  • Accessibility
  • Governance
Microsites
Main site
GitHub
Overview
  • Developers
  • Content designers
  • Designers
  • Contributing
  • Credits System
  • Accessibility
  • Governance
Microsites
Main site
GitHub
  • Accessibility
  • Tools
  • Testing methodology
    • Scope
    • HTML validation
    • Tests
  • Accessibility tests

Testing methodology

We use these testing methods to identify accessibility issues and ensure conformance with the target WCAG level:

  • Automated testing as an initial check only (automated testing for accessibiltiy has major limitations and can only cover a small number of success criteria)
  • Manual testing
  • Basic screen reader testing
  • User testing where possible

Scope

These tests are applied to all content generated by LocalGov Drupal core and modules, covering mark-up, functionality, and presentational elements.

X% success criteria coverage. [TODO] Statement on why not 100%.

Adopters of the distribution should undertake testing on their own implementations, and ideally seek an independent external accessibility audit to validate conformance.

HTML validation

Valid, semantic HTML is the foundation of web accessibility. An HTML validator can detect many issues which impact accessibility.

Validate markup, fix all errors, and review all warnings before undertaking any accessibility testing.

Validation tools

For a single page, the Web Developer browser extension provides a direct validation link under the Tools section, supporting both remote and local document validation.

For validation of multiple URLs, or to crawl a site, there are several options:

  • data.yze website validator - free, 1 request / 1.5 seconds
  • Rocket Validator - paid service, 5 requests / second
  • spk /validate-website - self-hosted with support for libtidy and Nu HTML Checker

Tests

See the full list of tests

Help us improve this page!
Last Updated: 11/30/2020, 1:53:13 PM
Prev
Tools
Next
Accessibility tests