3 مستودعات
Tools that integrate with browser developer tools to analyze web pages for accessibility violations in real time.
Distinct from Browser Capability Profilers: Candidates relate to remote access, permission analysis, or browser profiling, rather than accessibility testing within the browser.
Explore 3 awesome GitHub repositories matching testing & quality assurance · Browser-Based Accessibility Auditing. 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
Scans web pages for accessibility defects directly through the browser's developer tools.
Vimium-C is a keyboard-driven browser extension that provides a vim-like navigation tool for web browsers. It functions as a customizable key mapper and accessibility tool, allowing users to interact with web content and manage browser tabs and windows without a mouse. The project distinguishes itself through advanced key mapping capabilities, including the ability to define contextual shortcuts based on the website host and remap keyboard layouts. It implements mode-specific mappings to prevent command conflicts and allows for specific keyboard mappings to function within text input boxes.
Provides a keyboard interface that enables users to interact with web content by bypassing mouse-dependent navigation.
Hotkey is a client-side JavaScript library designed to enhance web application accessibility and navigation through keyboard shortcut integration. It enables developers to bind keyboard shortcuts and multi-key sequences directly to HTML elements using declarative attributes. The library functions as a web component and DOM interaction helper that triggers clicks, focus events, or custom actions when specific key combinations are pressed. The project features document-level event delegation to capture global keyboard inputs efficiently and route them to targeted elements. It includes input sco
A utility for enhancing web page accessibility and speed by enabling keyboard-driven triggers on DOM elements.