Back to list
videojs

aria

by videojs

Technical preview of Video.js v10 - open source media player framework for Web and React.

108🍴 5📅 Jan 23, 2026

SKILL.md


name: aria description: Review and implement accessibility patterns for UI components following WAI-ARIA and WCAG 2.1. Use when auditing code for a11y issues, implementing accessible controls, adding ARIA attributes, fixing keyboard navigation, handling focus management, building screen reader support, or implementing media player accessibility. Triggers on "accessibility review", "a11y", "ARIA", "keyboard navigation", "screen reader", "focus management", "WCAG", "captions", "live region".

ARIA Skill

References

PatternReference
Keyboard Navigationkeyboard.md
Focus Managementfocus.md
ARIA Roles & Statesaria.md
React Patternsreact.md
Media Playersmedia.md
Anti-Patternsanti-patterns.md

Review

For structured accessibility reviews, load the review workflow:

FileContents
workflow.mdReview process and severity
checklist.mdComprehensive checklist
templates.mdIssue and report formats

Core Principles

  1. Semantic HTML first — Use native elements before ARIA
  2. Keyboard accessible — All interactions work without a mouse
  3. Focus visible — Clear indication of current focus
  4. Name, Role, Value — Every control has accessible name, correct role, exposed state
  5. Announce changes — Dynamic content updates reach screen readers

Common Issues (Quick Fixes)

IssueFix
Icon button no nameAdd aria-label
Custom control no roleAdd appropriate role attribute
Focus outline removedUse focus-visible instead
Toggle state unclearUse aria-pressed or aria-expanded
Dynamic content silentAdd live region with aria-live
Click-only handlerAdd keydown for Enter/Space

Anti-Patterns

Never do these:

  • Remove focus outlines without replacement
  • Use tabindex > 0
  • Rely solely on color to convey information
  • Auto-focus without user intent
  • Trap focus unintentionally
  • Use ARIA where native HTML suffices
  • Change aria-label to convey state (use aria-pressed)

Next Steps

NeedUse
Building UI componentscomponent skill
API design principlesapi skill
Documentationdocs skill

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon