-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7a4ea3
commit 3d17b03
Showing
5 changed files
with
3,028 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Audits |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
Oops, something went wrong.