GSA / openacr

OpenACR is a digital native Accessibility Conformance Report (ACR). The initial development is based on Section 508 requirements. The main goal is to be able to compare the accessibility claims of digital products and services. A structured, self-validated, machine-readable documentation will provide for this.
https://gsa.github.io/openacr/
Other
87 stars 18 forks source link

Create minimal sample content for an application #22

Closed grugnog closed 3 years ago

dmundra commented 3 years ago

Based on https://github.com/GSA/open-product-accessibility-template/issues/3#issuecomment-881735339 example content to work with is (text taken from https://github.com/CivicActions/accessibility/blob/main/VPAT/Drupal9AccessibilityConformanceReport.md thanks @mgifford):

title: Drupal Accessibility Conformance Report
product:
  name: Drupal
  version: "9.1"
  description: Content Management System
contact:
  email: mike.gifford@civicactions.com
notes: Links to the issues identified are included where possible to ensure that this is a living document where outstanding issues are regularly reviewed for compliance. The Authoring tool is evaluated against ATAG 2.0, Part A and B. Incorporating feedback from the Drupal community.
chapters:
  success_criteria_level_a:
    criteria:
      - num: "1.1.1"
        components:
          - name: "web"
            adherence:
              level: "supports"
              notes: Drupal 8 requires alt text for images by default.
          - name: "electronic-docs"
            adherence:
              level: "supports"
              notes: Some non-textual content in the documentation does not provide a textual alternative.
          - name: "software"
            adherence:
              level: "not-applicable"
          - name: "authoring-tool"
            adherence:
              level: "supports"
              notes: The back end of Drupal Core was built to be  WCAG 2.0 AA compliant and non-text content in the administration interface has a textual equivalent. Audio and video can be added to the media library, but Core does not provide tools to manage transcripts and captions/subtitles for local video and audio - Drupal issue #3002770.
      - num: "1.2.2"
        components:
          - name: "web"
            adherence:
              level: partially-supports
              notes: Authors can satisfy 1.2.1 Audio-only and Video-only (Prerecorded) by using text on the same page.
          - name: "electronic-docs"
            adherence:
              level: partially-supports
              notes: This is not explicitly defined in the documentation.
          - name: "software"
            adherence:
              level: not-applicable
          - name: "authoring-tool"
            adherence:
              level: does-not-support
              notes: There is no additional support for authors within the authoring interface to explain how this can be done.
  hardware:
    notes: "Drupal is a web application. Hardware accessibility criteria is not applicable."
dmundra commented 3 years ago

Feedback from @grugnog led to the conversion of the product area into its own fields.

dmundra commented 3 years ago

Content example from Sprint 2 https://github.com/GSA/open-product-accessibility-template/blob/6843b7a5cdd1328e1ba31c5eec50af826ed5c743/tests/examples/valid.yaml