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
89 stars 18 forks source link

Timing Adjustable and Pause, Stop, Hide criteria are in the wrong order #347

Closed maggiewachs closed 1 year ago

maggiewachs commented 1 year ago

OpenACR files are showing the following: 2.2.1 Pause, Stop, Hide 2.2.2 Timing Adjustable

When the order should be: 2.2.1 Timing Adjustable 2.2.2 Pause, Stop, Hide

See WCAG 2.1 documentation: https://www.w3.org/TR/WCAG21/#timing-adjustable

If you do a search of "timing adjust" in this repo, you'll see this needs to be corrected in several files: https://github.com/search?q=repo%3AGSA%2Fopenacr%20timing%20adjust&type=code

dmundra commented 1 year ago

Bug fix in the fork. After it is merged, I will open a pull request into this repo to merge it. Then I will also update the openacr-editor as well.