sketch-accessibility-assistant
sketch-accessibility-assistant copied to clipboard
Accessibility assistant for all your basic needs. Serves as a linter for compliant color contrast and type based on WCAG 2.1. Thanks to Ale Muñoz for his support and docs!
Sketch Accessibility Assistant
The Accessibility Assistant ensures that your Sketch elements pass AA+ compliance based on the Web Content Accessibility Guidelines. This is a contribution to the Assistants feature launch for Sketch 68. Unlike an accessibility plugin, an assistant automatically detects accessibility infractions and sends out a notification. If you'd like to learn more about Sketch Assistants and how they differ from Sketch plugins, please read the documentation on Sketch's website.
Rules
- Shapes must meet AA color contrast compliance.
- Text must meet AA color contrast compliance.
- Text must meet AAA color contrast compliance.
- Text must not be justified.
Installation
👉 Click here to add to your Sketch document.
Or, add using a Sketch release variant: Beta
Known Bugs
- Layers outside the artboard are not detected yet.
- Very sensitive detection of overlap between layer coordinates. Planning to change it to 80%+ overlap, rather than 1%+ to avoid false negatives.