All WCAG criteria
WCAG 2.1·Perceivable·1.3 Adaptable
1.3.3 Sensory Characteristics
Level AInstructions must not rely solely on shape, color, size, or location ("click the green button on the right").
Why it matters
Blind, colorblind, and low-vision users cannot perceive these references.
Common failure
<p>Click the green button below to continue.</p>
Accessible version
<p>Click "Continue" to proceed.</p>
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.