Skip to content

Commit

Permalink
Add VPAT reports
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 22, 2023
1 parent e7a4ea3 commit 3d17b03
Show file tree
Hide file tree
Showing 5 changed files with 3,028 additions and 0 deletions.
1 change: 1 addition & 0 deletions audits/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Audits
23 changes: 23 additions & 0 deletions audits/vpat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# VPAT reports

> A [Voluntary Product Accessibility Template (VPAT®)](https://www.section508.gov/sell/vpat/) is a document that explains how information and communication technology (ICT) products such as software, hardware, electronic content, and support documentation meet (conform to) the Revised 508 Standards for IT accessibility.
Wagtail uses VPATs to report on the accessibility of the Wagtail admin interface, as this format is widely recognised in a procurement context.

## Available reports

### 2023-12-22

Wagtail 5.2.1 - VPAT® 2.4 WCAG 2.1 and Revised Section 508 Edition (the current best practice standard in the United States of America), available in three formats:

- [Markdown (recommended) – Wagtail 5.2](./vpat_wagtail_5.2_v1_2.4-edition-wcag-2.1-508-en.md)
- [HTML – Wagtail 5.2](./vpat_wagtail_5.2_v1_2.4-edition-wcag-2.1-508-en.html)
- [YAML (source) – Wagtail 5.2](./vpat_wagtail_5.2_v1_2.4-edition-wcag-2.1-508-en.yaml)

## Generating reports

We use the [OpenACR Editor](https://gsa.github.io/openacr-editor/) to generate the YAML and HTML, combined with the [OpenACR CLI](https://github.com/GSA/openacr/blob/main/docs/CLI.md) to generate the Markdown:

```bash
./node_modules/.bin/ts-node src/openacr.ts output -f 2023-12-22_vpat_wagtail_5.2.1_2.4-edition-wcag-2.1-508-en.yaml -c catalog/2.4-edition-wcag-2.1-508-en.yaml -o ./2023-12-22_vpat_wagtail_5.2.1_2.4-edition-wcag-2.1-508-en.md
```
Loading

0 comments on commit 3d17b03

Please sign in to comment.