poraddyosmani·addyosmani· v1.0.0 · atualizado em 2026-04-10
83
Score
Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
Initial Assessment: — Run automated accessibility tests using tools like Lighthouse or axe-core to identify initial issues.
2
Manual Review: — Conduct a manual review of the website, focusing on keyboard navigation, screen reader compatibility, and color contrast.
3
Code Modifications: — Implement necessary code changes to address accessibility issues, such as adding alt text to images, improving color contrast, and ensuring keyboard accessibility.
4
Content Updates: — Update content to be more accessible, including providing transcripts for audio and captions for video.
5
Validation: — Re-run automated tests and conduct manual reviews to validate that the changes have improved accessibility.
6
User Testing: — If possible, involve users with disabilities in testing the website to gather feedback and identify any remaining issues.