This skill centralizes accessibility guidelines and best practices for all technologies and frameworks used in the project, including HTML, CSS, React, MUI, Astro, React Native, and more. It covers semantic structure, ARIA usage, color contrast, keyboard navigation, and compliance with WCAG and WAI-ARIA standards.
Ensure all user interfaces meet accessibility standards (WCAG 2.1/2.2 Level AA minimum) across all technologies. This skill provides universal accessibility guidance that technology-specific skills can reference.
Interactive element (button, link)? → Ensure keyboard accessible (Tab, Enter/Space), visible focus indicator, proper role and semantic element.
Best practice e standard di accessibilità universale per tutte le tecnologie (HTML, CSS, React, MUI, Astro, React Native). Conformità WCAG 2.1/2.2 Livello AA, HTML semantico, ARIA, navigazione da tastiera, contrasto colore. Trigger: quando si implementano componenti dell'interfaccia utente, si aggiungono elementi interattivi o si garantisce la conformità all'accessibilità. Fonte: joabgonzalez/ai-agents-framework.