From 1796a54a429637da80d3497484aca7706528dfdb Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Mon, 26 Apr 2021 12:19:14 -0400 Subject: [PATCH 1/2] link to Accessibility Management Platform (AMP) --- pages/tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/tools.md b/pages/tools.md index 0dfd0f4..9258f1a 100644 --- a/pages/tools.md +++ b/pages/tools.md @@ -24,6 +24,7 @@ sidenav: docs These tools can be used to test sites for Section 508 and WCAG compliance in browser: * [achecker](http://achecker.ca/) is an accessibility reporter for HTML only. +* Accessibility Management Platform (AMP): [GSA-specific info](https://insite.gsa.gov/employee-resources/information-technology/508-accessibility/accessibility-management-platform-amp) and [general product info](https://www.levelaccess.com/solutions/software/amp/) * [Google's Accessibility Developer Tools](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en) is a Chrome plugin for running basic accessibility tests from the comfort of your browser. * [Web Accessibility Toolbar (WAT)](https://www.paciellogroup.com/resources/wat/) is an IE tool that has been developed to aid manual examination of web pages for a variety of aspects of accessibility. It is used by [DHS's Trusted Tester program](https://www.dhs.gov/trusted-tester). * [WAVE](http://wave.webaim.org/) is an accessibility auditor and browser extension with document inspection features. From 9a59fc1bfc975687378fd6123bf3ea1cbd36ab57 Mon Sep 17 00:00:00 2001 From: Robert Jolly Date: Mon, 26 Apr 2021 11:30:38 -0600 Subject: [PATCH 2/2] tools/index show AMP and Accessibility Insights consistently Signed-off-by: Robert Jolly --- Gemfile.lock | 6 +++--- index.md | 1 + pages/tools.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 66296e4..ab2ca33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,10 +78,10 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.1.1) - jekyll-feed (~> 0.6) - jekyll-sitemap + jekyll-feed (~> 0.15, >= 0.15.0) + jekyll-sitemap (>= 1.4.0) tzinfo-data - uswds-jekyll (~> 5.0) + uswds-jekyll (~> 5.0, >= 5.0.1) BUNDLED WITH 2.1.4 diff --git a/index.md b/index.md index af06bb3..27f71cc 100644 --- a/index.md +++ b/index.md @@ -23,6 +23,7 @@ __Disclaimer:__ This resource is intended to help 18F develop accessible product ### Testing Tools * [Accessibility Insights](https://accessibilityinsights.io/) - Windows application for automated and guided manual testing for accessibility including WCAG 2.0 and 2.1. +* Accessibility Management Platform (AMP): [GSA-specific info](https://insite.gsa.gov/employee-resources/information-technology/508-accessibility/accessibility-management-platform-amp) and [general product info](https://www.levelaccess.com/solutions/software/amp/) * [Colour Contrast Analyser](https://developer.paciellogroup.com/resources/contrastanalyser/) - Mac and Windows application to test for color contrast against WCAG 2.0 and 2.1 guidelines. * [HTML CodeSniffer](http://squizlabs.github.io/HTML_CodeSniffer/) - use this for a quick audit of any URL * [Pa11y Automated Tool](http://pa11y.org/) - Open-source diff --git a/pages/tools.md b/pages/tools.md index 9258f1a..e93549b 100644 --- a/pages/tools.md +++ b/pages/tools.md @@ -24,6 +24,7 @@ sidenav: docs These tools can be used to test sites for Section 508 and WCAG compliance in browser: * [achecker](http://achecker.ca/) is an accessibility reporter for HTML only. +* [Accessibility Insights](https://accessibilityinsights.io/) - Windows application for automated and guided manual testing for accessibility including WCAG 2.0 and 2.1. * Accessibility Management Platform (AMP): [GSA-specific info](https://insite.gsa.gov/employee-resources/information-technology/508-accessibility/accessibility-management-platform-amp) and [general product info](https://www.levelaccess.com/solutions/software/amp/) * [Google's Accessibility Developer Tools](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en) is a Chrome plugin for running basic accessibility tests from the comfort of your browser. * [Web Accessibility Toolbar (WAT)](https://www.paciellogroup.com/resources/wat/) is an IE tool that has been developed to aid manual examination of web pages for a variety of aspects of accessibility. It is used by [DHS's Trusted Tester program](https://www.dhs.gov/trusted-tester).