Accessibility & Screen Reader Support
At Sleeknote, accessibility is a core part of how we build campaigns. Our widgets are designed and tested to meet WCAG 2.1 Level AA, so visitors using assistive technologies, including screen readers such as NVDA, JAWS, and VoiceOver, can perceive, navigate, and interact with campaigns confidently and independently.
Campaign Formats Covered
Our accessibility standards apply across all campaign types, including:
Built as a Native Web Component
Campaigns render as a custom web component rather than inside an iframe. This is what makes full accessibility possible: campaign content lives in the page’s own accessibility tree, so screen readers announce it as part of the document instead of as an isolated frame. It also gives us precise control over ARIA semantics, focus order, and how the campaign interacts with the surrounding site.
Screen Reader Behavior
When a campaign appears, it is exposed to assistive technologies as a dialog with the correct ARIA role and properties, clearly communicating that a distinct, interactive region has opened. Campaign content, including headings, text, form fields, and controls, is fully readable by screen readers.
ARIA & Labeling
Every campaign and its controls carry correct ARIA roles, states, and accessible names:
Focus Management
We implement structured focus behavior to support keyboard and screen reader users:
Keyboard Navigation & Tab Order
All campaigns are fully operable by keyboard, and tab order is coordinated with the host website:
While a modal campaign is open, tabbing is contained within it. Once closed, tab order flows naturally back into the page in the correct sequence, with no orphaned or out-of-order stops introduced by the campaign.
Form Accessibility
We ensure forms are structured and announced correctly:
<button>
Images & Alt Text
Images that carry meaning can be given alternative text directly in the editor, with no code required. Adding an image element exposes an alt-text field, so you can describe it for screen reader users. Decorative images are automatically hidden from assistive technologies, so you only need to write alt text where it adds value.
Coupon Codes
Coupon codes are accessible to both keyboard and screen reader users. The code itself is presented as selectable text, and a semantic Copy button allows easy copying and is fully operable via keyboard and assistive technologies.
Interactive Campaigns
Interactive elements are built with semantic markup and keyboard operability:
Hidden from Assistive Technology
To reduce noise and improve clarity, only purely decorative elements are hidden from screen readers: