Skip to main content
All interview theory questions
accessibilitymedium

What would you check to make a page accessible?

Answer

Start with structure: real semantic elements, one logical heading order, and labels tied to inputs with for/id. Then keyboard: everything reachable by Tab, in a sensible order, with a visible focus ring and no traps. Then perception: sufficient colour contrast, meaningful alt text, and never colour alone to convey meaning. Reach for ARIA only when no native element does the job — a wrong ARIA role is worse than none.

Points an interviewer listens for

  • Semantic structure and correct heading order
  • Full keyboard operability with visible focus
  • Contrast, alt text, no colour-only meaning
  • Native elements before ARIA

Reported at

Similar questions have been reported by candidates at Accenture, Boston Institute of Analytics, Codegene Technologies Private Limited, Tekwissen.

Now try answering it out loud

Interview practice mode times your spoken answer and checks it against the points above.

Practise this question

More accessibility questions