Frontend Accessibility
When to use this skill
- •When creating or modifying any UI component files (e.g.,
.tsx,.jsx,.vue,.sveltefiles) - •When writing HTML or JSX markup for user interfaces
- •When implementing forms with input fields, labels, and validation messages
- •When building navigation menus, buttons, links, and interactive elements
- •When creating modals, dialogs, tooltips, and overlay components
- •When adding images, icons, or media content that needs alternative text
- •When implementing keyboard navigation and focus management
- •When using or adding ARIA attributes (aria-label, aria-describedby, role, etc.)
- •When ensuring proper heading hierarchy (h1-h6) in page layouts
- •When choosing colors and ensuring sufficient contrast ratios
- •When testing components with screen readers
- •When managing focus states for dynamic content and SPAs
- •When reviewing components for WCAG compliance and accessibility standards
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend accessibility.
Instructions
For details, refer to the information provided in this file: frontend accessibility