awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesBrowser-Based Accessibility Auditing

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.

Awesome Browser-Based Accessibility Auditing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dequelabs/axe-coreالصورة الرمزية لـ dequelabs

    dequelabs/axe-core

    6,900عرض على GitHub↗

    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.

    JavaScripta11yaccessibilityaxe
    عرض على GitHub↗6,900
  • gdh1995/vimium-cالصورة الرمزية لـ gdh1995

    gdh1995/vimium-c

    4,283عرض على GitHub↗

    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.

    TypeScriptchrome-extensionedge-extensionfirefox-webextension
    عرض على GitHub↗4,283
  • github/hotkeyالصورة الرمزية لـ github

    github/hotkey

    3,292عرض على GitHub↗

    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.

    JavaScriptdecoratorshortcuts
    عرض على GitHub↗3,292
  1. Home
  2. Testing & Quality Assurance
  3. Browser-Based Accessibility Auditing

استكشف الوسوم الفرعية

  • Accessibility Navigation ToolsSoftware that provides alternative input methods to make web content accessible. **Distinct from Browser-Based Accessibility Auditing:** Focuses on providing a usable interface rather than auditing for accessibility violations.