ContactMonkey's Email Builder includes built-in ADA compliance features and follows accessibility best practices.
Built-In Compliance Features
ContactMonkey's Email Builder automatically includes:
- Role attributes in presentation tables
- Tabindex attributes on image links
- ALT attributes for images
Additional Customization Required
Some ADA compliance elements require setup on your end:
Page Title
- The Email Builder doesn't automatically set HTML page titles
- You'll need to add appropriate titles when sending emails or hosting landing pages
- Handle this through post-processing the HTML after saving
Language Declaration
- Content language may differ from the editor's UI language
- You must specify the content language outside the editor
- Add language tags during HTML post-processing
ADA Compliance Best Practices
Content Structure
- Maintain logical reading order
- Use proper heading hierarchy
- Keep messages concise and clear
Visual Accessibility
- Ensure sufficient contrast between text and background colors
- Provide text alternatives for all images
- Input descriptive alt text for images
Navigation
- Use meaningful, descriptive link text
- Utilize the Title content block
Implementation Tips
Both page titles and language declarations can be handled by post-processing your HTML output and adding the necessary tags and values.