With this tool, people can generate Accessibility Conformance Report in the OpenACR format.
This software includes builds on the work from the WAI's ATAG Report Tool (ART) and WCAG-EM Report Tool. Copyright © 2021 W3C® (MIT, ERCIM, Keio, Beihang).
W3C Software notice and license.
This application is built with Svelte and Vite. To run it locally, you need to clone this repository, have Node installed and then run this in the project's directory:
npm installThis may take a while the first time, but it only needs to be done once.
Then, to build the app with Rollup, and serve it on a local dev server, run:
npm run devNavigate to localhost:10001. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run buildThe site serves what's on GitHub pages. To release to GitHub pages, create a new release. This should trigger a deploy action.
The app now uses Vite's BASE_URL support for the site root and static asset paths.
- JavaScript routing and asset helpers live in
src/lib/base.jsandsrc/lib/router.js - HTML shell asset paths are based on
%BASE_URL%inindex.html - if you ever need a non-root build path, set
BASE_PATHbeforenpm run build
The editor uses the OpenACR schema and catalog as data structures.
By default, this falls under a public domain license. Some libraries included here may include other licenses (see licenses.txt). See our LICENSE.md file for more information.