2 Repos
Validation logic for enforcing organizational accessibility standards within content editing interfaces.
Distinct from Access Rules: Focuses on accessibility-specific validation rules, distinct from general system resource access rules.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Accessibility Rules. Refine with filters or upvote what's useful.
Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites
Configures custom validation logic to enforce accessibility requirements across the editing interface.
Pa11y ist ein automatisierter Web-Accessibility-Auditor und WCAG-Compliance-Scanner. Er fungiert als Headless-Browser-Testtool und Node.js-Accessibility-API, die Barrieren für Benutzer mit Behinderungen mithilfe automatisierter Regeln und Industriestandards identifiziert. Das Projekt bietet eine programmierbare Schnittstelle zum Auslösen von Audits und zum Abrufen strukturierter Ergebnisobjekte innerhalb von JavaScript-Anwendungen. Es zeichnet sich durch Funktionen wie Benutzerinteraktionssimulation, Seitenzustandssynchronisierung und die Möglichkeit aus, Testbereiche mithilfe von CSS-Selektoren einzuschränken, um spezifische Seitenbereiche zu prüfen. Das System unterstützt Massen-Seiten-Audits und dient als Accessibility-Gate für CI/CD-Pipelines, um Deployments zu blockieren, wenn Regressionen erkannt werden. Zu den umfassenden Funktionen gehören die Überwachung von Accessibility-Gesundheitstrends über Dashboards, die Konfiguration von Browserumgebungen und der Export von Compliance-Berichten in mehreren Formaten. Es ist als Befehlszeilenschnittstelle und als Promise-basierte Node.js-Bibliothek verfügbar.
Evaluates the DOM against predefined accessibility standards to identify violations and barriers.