2 रिपॉजिटरी
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 एक स्वचालित वेब एक्सेसिबिलिटी ऑडिटर और WCAG अनुपालन स्कैनर है। यह एक हेडलेस ब्राउज़र टेस्टिंग टूल और Node.js एक्सेसिबिलिटी API के रूप में कार्य करता है, जो स्वचालित नियमों और उद्योग मानकों का उपयोग करके विकलांग उपयोगकर्ताओं के लिए बाधाओं की पहचान करता है। यह प्रोजेक्ट ऑडिट ट्रिगर करने और JavaScript एप्लिकेशन के भीतर संरचित परिणाम ऑब्जेक्ट प्राप्त करने के लिए एक प्रोग्रामेबल इंटरफेस प्रदान करता है। यह यूजर इंटरैक्शन सिमुलेशन, पेज स्टेट सिंक्रोनाइज़ेशन और विशिष्ट पेज क्षेत्रों का ऑडिट करने के लिए CSS सिलेक्टर्स का उपयोग करके टेस्ट स्कोप को सीमित करने जैसी क्षमताओं के माध्यम से खुद को अलग करता है। यह सिस्टम बल्क पेज ऑडिटिंग का समर्थन करता है और CI/CD पाइपलाइनों के लिए एक एक्सेसिबिलिटी गेट के रूप में कार्य करता है, ताकि रिग्रेशन का पता चलने पर डिप्लॉयमेंट को रोका जा सके। इसकी व्यापक क्षमताओं में डैशबोर्ड के माध्यम से एक्सेसिबिलिटी हेल्थ ट्रेंड्स की निगरानी करना, ब्राउज़र वातावरण को कॉन्फ़िगर करना और कई प्रारूपों में अनुपालन रिपोर्ट निर्यात करना शामिल है। यह कमांड-लाइन इंटरफेस और प्रॉमिस-आधारित Node.js लाइब्रेरी के रूप में उपलब्ध है।
Evaluates the DOM against predefined accessibility standards to identify violations and barriers.