1 dépôt
Systems for monitoring accessibility violations across different versions of a project to prevent regressions.
Distinct from Commit Watermark Tracking: Specifically tracks accessibility regressions over time, whereas Audit Result Tracking is a broader category for persistence of quality metrics.
Explore 1 awesome GitHub repository matching data & databases · Regression Tracking. Refine with filters or upvote what's useful.
axe-core is an automated accessibility testing engine and compliance auditor designed to scan web and mobile interfaces for violations of industry accessibility standards. It functions as a programmatic scanner and linter that analyzes HTML and source code to identify barriers and verify compliance with accessibility guidelines. The project distinguishes itself by combining a DOM-based rule engine with computer vision and machine learning to detect complex violations that evade traditional analysis, such as visual heading discrepancies and informative images. It provides specialized capabilit
Associates accessibility violations with version control commit hashes to monitor regressions and track remediation.