Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #276 from 18F/amp
Browse files Browse the repository at this point in the history
link to Accessibility Management Platform (AMP)
  • Loading branch information
iamjolly authored Apr 26, 2021
2 parents d14bb80 + 9a59fc1 commit 1499270
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions pages/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ 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).
* [WAVE](http://wave.webaim.org/) is an accessibility auditor and browser extension with document inspection features.
Expand Down

0 comments on commit 1499270

Please sign in to comment.