Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing URL of VPAT page to /ACR/ and changing layout. #785

Merged
merged 4 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: page
redirect_from:
- /VPAT/Drupal9AccessibilityConformanceReport.html
---
Drupal Accessibility Conformance Report
=======================================

Expand Down
9 changes: 6 additions & 3 deletions VPAT/Readme.md → ACR/Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: page
layout: about
title: Accessibility Conformance Report (ACR)
description: Learn how an Accessibility Conformance Report (ACR) can improve your procurement process.
permalink: /VPAT
permalink: /ACR/
redirect_from:
- /VPAT
- /VPAT/
---

An Accessibility Conformance Report (ACR) is a document that measures how well information and communication technology (ICT) products comply with [Section 508 Standards](https://www.access-board.gov/ict/). These reports are mainly used in government and education procurement, but can also be used by private sector organizations. During procurement, vendors are encouraged to create an ACR to show how an ICT meets the specific accessibility requirements that are being requested.
Expand All @@ -15,7 +18,7 @@ OpenACR reads and formats ACR results in YAML, a machine-readable format that ca

CivicActions prioritizes creating ACRs to show how the products we use meet accessibility standards set by Section 508. To see an example of how to create an ACR, view the report created for Drupal 9.1.

[Drupal 9.1 Accessibility Conformance Report](https://accessibility.civicactions.com/VPAT/Drupal9AccessibilityConformanceReport.html)
[Drupal 9.1 Accessibility Conformance Report](https://accessibility.civicactions.com/ACR/Drupal9AccessibilityConformanceReport.html)

## Resources

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pa11y-ci:home": "pa11y-ci http://127.0.0.1:4000",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://127.0.0.1:4000/sitemap.xml --sitemap-find https://accessibility.civicactions.com --sitemap-replace http://127.0.0.1:4000 --sitemap-exclude \"/*.pdf\"",
"cypress-tests": "cypress run --browser chrome --headless",
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/VPAT/Drupal9AccessibilityConformanceReport-December2020.html\" ./_site"
"link-checker": "bundle exec htmlproofer --ignore-status-codes \"999,429,403,302,0\" --ignore-urls \"/fonts.gstatic.com/\" --ignore_files \"./_site/ACR/Drupal9AccessibilityConformanceReport-December2020.html,./_site/ACR/Drupal9AccessibilityConformanceReport.html\" ./_site"
},
"dependencies": {
"simple-jekyll-search": "^1.9.2"
Expand Down
Loading