Skip to main content
WCAG 1.3.3 - LogoWCAG 1.3.3 - Logo

Success Criterion 1.3.3 - Level A

Sensory Characteristics

Ensure instructions can be understood by everyone. Instructions that use only shape, size, location, orientation or audio are not understandable for everyone. For example, people who are blind cannot see shapes. Combine multiple properties to allow everyone to understand instructions.

Impact

  • When referring to the 'green button', someone who is color blind or visually impaired might not know which button is meant. By adding a secondary characteristic, such as the location, the instruction becomes more clear.

  • Do not refer to only shape, size, location or orientation of an element, as not everyone can perceive these properties.

Check

Are multiple properties of elements used in instructions?”

This can be tested visually, no assistive technologies are needed.

Solution

When designing an app it is important not to convey instructions through sensory characteristics. For example do not tell the user to click a button "to the right" or "the green link below". For screen reader users this will not convey any useful information.

Meeting this criterion will allow your app to be localized for languages where layouts do flow left to right (i.e. Chinese, Arabic).

Add accessibility hint

Add accessibility action

Resources