---
name: capacitor-accessibility
description: Accessibility guide for Capacitor apps covering screen readers, semantic HTML, focus management, and WCAG compliance. Use this skill when users need to make their app accessible.
---
# Accessibility in Capacitor Apps
Build inclusive apps that work for everyone.
## When to Use This Skill
- User needs accessibility
- User wants screen reader support
- User asks about WCAG
- User needs focus management
## Quick Checklist
- [ ] Semantic HTML
- [ ] Alt text for images
- [ ] Touch targets 44x44pt
- [ ] Color contrast 4.5:1
- [ ] Focus indicators
- [ ] Screen reader labels
- [ ] Keyboard navigation
## Screen Reader Support
### Labels and Hints
```tsx
// Accessible button
Permanently removes this item
// Accessible input
{hasError && Invalid email}
```
### Live Regions
```tsx
// Announce dynamic content