Skip to content

Commit

Permalink
Changing URL of VPAT page to /ACR/ and changing layout. (#785)
Browse files Browse the repository at this point in the history
* Changing URL of VPAT page to /ACR/ and changing layout.

* Renamed VPAT folder to ACR and added redirect for the Drupal Accessibility Conformance Report

* Updated Drupal 9.1 ACR link URL and linkchecker rules.

* Added layout page to Drupal Accessibility Conformance Report and fixing linkchecker ignore rules.
  • Loading branch information
dmundra authored Sep 11, 2024
1 parent 1ad3893 commit 2a73762
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
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

0 comments on commit 2a73762

Please sign in to comment.