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

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

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

4 مستودعات

Awesome GitHub RepositoriesAccessibility Hints

Visual or programmatic hints provided to users, particularly for screen reader support during focus events.

Distinguishing note: Existing candidates focused on autofill or encoding hints, not accessibility-focused focus hints.

Explore 4 awesome GitHub repositories matching user interface & experience · Accessibility Hints. Refine with filters or upvote what's useful.

Awesome Accessibility Hints GitHub Repositories

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

    tridactyl/tridactyl

    6,246عرض على GitHub↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Assigns custom hint modes with specific CSS selectors to keyboard shortcuts for quick access.

    TypeScriptfirefoxhacktoberfestvim
    عرض على GitHub↗6,246
  • kazzkiq/balloon.cssالصورة الرمزية لـ kazzkiq

    kazzkiq/balloon.css

    5,014عرض على GitHub↗

    balloon.css هو إطار عمل خفيف الوزن يعتمد على CSS لتنفيذ تلميحات (Tooltips) وتراكبات نصية قابلة للتخصيص. إنها مكتبة CSS بحتة تتيح إنشاء عناصر منبثقة معلوماتية دون الحاجة إلى وقت تشغيل JavaScript. يستخدم إطار العمل متغيرات CSS للسماح بتخصيص الألوان والخطوط والرسوم المتحركة. يمكن وضع التلميحات في اتجاهات محددة بالنسبة لعنصر التفعيل، وتدعم تضمين محتوى غني مثل رموز HTML الخاصة وخطوط الأيقونات. تتم إدارة الرؤية بشكل أساسي من خلال مشغلات التمرير (Hover)، على الرغم من أن النظام يدعم الرؤية البرمجية عن طريق تبديل سمات HTML محددة. يستخدم محرك العرض التموضع المطلق والعناصر الزائفة (Pseudo-elements) لعرض المحتوى بناءً على تفاعل المستخدم أو الحالات المحددة.

    Enhances web accessibility by providing additional textual context via hover-triggered hints.

    CSScsshtmlless
    عرض على GitHub↗5,014
  • taiga-family/taiga-uiالصورة الرمزية لـ taiga-family

    taiga-family/taiga-ui

    4,002عرض على GitHub↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    Displays hint messages upon keyboard focus to ensure accessibility for screen readers.

    TypeScriptangularbest-practicescdk
    عرض على GitHub↗4,002
  • wwayne/react-tooltipالصورة الرمزية لـ wwayne

    wwayne/react-tooltip

    3,819عرض على GitHub↗

    This project is a React tooltip component and CSS-driven library used to display descriptive text bubbles when users hover over or focus on specific elements. It functions as an accessible UI widget and customizable framework for managing informational popovers within React applications. The library distinguishes itself through flexible anchor management, allowing a single tooltip instance to be linked to multiple trigger elements via CSS selectors or HTML data attribute binding. It provides specific controls for visibility timing and animation, as well as the ability to disable automatic sty

    Provides helpful hints and labels for interactive elements to improve overall web accessibility.

    JavaScript
    عرض على GitHub↗3,819
  1. Home
  2. User Interface & Experience
  3. Accessibility Hints

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

  • Hint Mode Key BindingsAssign a custom hint mode with a specific CSS selector to a keyboard shortcut for quick access. **Distinct from Accessibility Hints:** Distinct from Accessibility Hints: focuses on binding custom hint modes to keyboard shortcuts, not general accessibility hints.