What problem does it solve?
This skill helps teams close accessibility gaps by guiding semantic HTML, ARIA attributes, keyboard navigation, and WCAG-aligned practices across frontend components.
Core Features & Use Cases
- Semantic HTML & Landmarks: Use appropriate HTML elements (nav, main, header, footer, article) to convey meaning to assistive tech and improve document structure.
- ARIA Integration: Add aria-label, aria-labelledby, aria-describedby for non-semantic components to provide clear accessible names and descriptions.
- Keyboard & Focus: Ensure keyboard operability and visible focus indicators across dialogs, menus, and interactive controls.
- Alt Text & Image Semantics: Provide descriptive alt text for informative images and proper labeling for decorative content.
- Heading Hierarchy: Maintain logical h1-h6 order to create a coherent document outline for screen readers.
- Color & Contrast: Verify WCAG-compliant contrast ratios for text and UI components to support readability.
Quick Start
Use the standards-accessibility skill to audit a UI component or page for semantic HTML, ARIA labeling, keyboard navigation, and color contrast, then implement the recommended improvements.