Skip to content | Change text size

ITS home

 

Accessible forms

Scott Rippon
ITS: Web Resources and Development

Introduction

Relevant WCAG1.0 checkpoints

* Our recommendations differ from WCAG1.0.

Checkpoint 10.2/12.4

Correctly positioning form controls

  • Make sure that:
    • For text fields the text is located on the left.
    • For radio buttons and checkboxes the text is located on the right.
  • Why?
  • Ensures the correct read order in screen readers. Essential for older readers that don't recognise the LABEL element.
  • Makes content easier to scan, improving readability for sighted users.

Correctly positioning form controls (continued)

Correct Incorrect