diff --git a/src/pages/press/2021-07-08-gsa-engages-civicactions-to-modernize-vpat.js b/src/pages/press/2021-07-08-gsa-engages-civicactions-to-modernize-vpat.js new file mode 100644 index 00000000..811d4f52 --- /dev/null +++ b/src/pages/press/2021-07-08-gsa-engages-civicactions-to-modernize-vpat.js @@ -0,0 +1,57 @@ +import '../../sass/styles.scss'; +import React from 'react'; +import RedLayout from '../../layouts/red'; +import SEO from "../../components/seo"; +import Hero from '../../components/hero.js'; +import PrimaryPageCTA from "../../components/primary-page-cta"; + +const CMSVPAT = () => { + + return ( + + + +
+
+ Date: Thursday, July 8, 2021 +

CivicActions is excited to announce a new contract with General Services Administration (GSA) to reimagine the Voluntary Product Accessibility Template® (VPAT®) into a modernized format to support better accessibility for digital products.

+

The VPAT currently exists as a lengthy Word document that lists accessibility requirements for technology products, such as software and hardware. It’s often used by vendors during the proposal process to demonstrate the accessibility of their digital products — but the outdated format of the VPAT hinders its effectiveness.

+

CivicActions will help the GSA convert its VPAT to a machine-readable format, called the Open Product Accessibility Template (OPAT). This will be an open standard used by vendors to produce compliance reports just as they do currently with VPAT — but with the improved template, the reports will be in structured digital files that are easier to validate and update.

+

This work will result in:

+

    +
  • Better understanding of the accessibility of digital products
  • +
  • Stronger consideration for accessibility in procurement processes
  • +
  • Easier management of accessibility reporting by agency staff in accordance with best practices
  • +
+

+

GSA is setting a new standard for making digital accessibility a meaningful part of IT procurement. We are proud to be part of this work, which will lead to building government digital services that better serve people of all abilities.

+

To learn more about how we’re advancing accessibility in government, visit our Accessibility Community of Practice.

+

More on this topic

+

+

+
+
+ +
+ ); +}; + + + +export default CMSVPAT;