IBM Equal Access Accessibility Checker contains tools to automate accessibility checking from a browser or in a continuous development/build environment
Sa11y is an accessibility quality assurance tool that visually highlights common accessibility and usability issues. Geared towards content authors, Sa11y straightforwardly identifies errors or warnings at the source with a simple tooltip on how to fix them.
PUXL framework is a free and open-source and eco-friendly library to create front-end Web interfaces. It helps you build accessible and responsive sites with lightweight HTML.
💀 Skeletonic CSS - A lightweight, intuitive, accessible and ultra-responsive CSS Framework to streamline your Digital and Mobile Web development needs.
Description of Issue:
Currently, the
combine-violations:tally
command will fail the first time it is run. This is because noviolationTally.json
file exists at that point.Short term workaround:
Add a
violationTally.json
file to your project'saudit
folder once it exists, and add[]
to it as the only content.Fix:
Add a check for
getViolationTallyData
to the `Vio