Skip to main content
Home
Back to Guidelines

What is Sensory Characteristics?

Instructions should not rely only on shape, color, or location (e.g., “click the red button”).

Instructions should not rely only on shape, color, or location (e.g., “click the red button”).

  • Keyboard and screen reader users.
  • People who need predictable interactions.
  • Users who benefit from visible focus and clear labels.

Good vs Bad Examples

Use the tabs to compare the accessible pattern with the example to avoid.

Good Example

Step indicator uses text “Step 2 of 4” with labeled fields.
html live code
<div />
Why this is correct (developer logic):
  • Provides an accessible and predictable interaction.
  • Works better for keyboard and assistive technology users.
  • Matches the intended WCAG requirement for this page.

Implementation Checklist

Progress0 / 5 completed (0%)

Knowledge Check

Answer Yes or No to test your understanding of sensory characteristics.

Score: 0 / 3 · Answered: 0 / 3

Does the good example demonstrate sensory characteristics correctly?

Is the bad example acceptable for sensory characteristics?

Should this pattern be checked with keyboard and screen reader testing?