All WCAG criteria
WCAG 2.1·Robust·4.1 Compatible
4.1.3 Status Messages
Level AAStatus messages (e.g. "Item added to cart", form errors) must be announced to assistive tech without focusing them.
Why it matters
Without aria-live, status updates are silent for screen-reader users.
Common failure
<div class="success">Saved!</div>
Accessible version
<div role="status">Saved!</div>
How OnlyEnable handles this
Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.