Manual review tool

Accessibility checklist

Automation helps find defects, but it cannot replace interaction and perception checks.

Structure and navigation

Review the rendered page, not only the source.

  • Use one descriptive H1 and a logical heading sequence.
  • Make landmarks and link text identify their purpose.
  • Keep source order meaningful without CSS.

Keyboard and forms

Complete every task without a pointer.

  • Reach every control and see visible focus.
  • Keep focus order aligned with reading order.
  • Associate labels, instructions, errors, and recovery.

Perception and resilience

Test the states people actually configure.

  • Reflow at 320 CSS pixels and 200% zoom.
  • Retain sufficient text and control contrast.
  • Preserve meaning with reduced motion.
  • Provide appropriate media alternatives.