Sign inSign up

getreadystack/wcag-clause-audit

By getreadystack

Updated about 2 hours ago

Flags accessibility failures in the open file, cites the exact WCAG success criterion and EN 301 549

Image
0

32

getreadystack/wcag-clause-audit repository overview

WCAG 2.1 AA Audit: ADA Title II, EAA, 508

Flags accessibility failures in the open file, cites the exact WCAG success criterion and EN 301 549 clause, and tells you which standard version and deadline actually bind you.

Run

docker run --rm -v "$PWD":/work readystack/wcag-clause-audit /work/file

The same 23 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Audit the open file against all 23 rules, every finding cited to its WCAG SC and EN 301 549 clause; Audit only the lines you selected; List all 23 rules with the WCAG version and the regimes each one is in scope for; Reopen the last audit report
  • --rules lists every rule

With a licence ($29 once)

  • Scan every file in the workspace, not just the one that is open; Write the conformance report to a file (CSV/JSON/HTML) you can hand to an auditor; Machine-readable JSON so CI can fail the build on new violations; Re-audit automatically every time you save
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work readystack/wcag-clause-audit --dir /work --ci

A one-off professional WCAG audit runs about $1,250-$2,750 for a typical site, and a procurement-grade VPAT/ACR starts around $350 and reaches $3,000-$15,000 for government procurement.

7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:c0de41c02

Size

46.1 MB

Last updated

about 2 hours ago

docker pull getreadystack/wcag-clause-audit