|
|
|
Accessible forms
Scott Rippon
ITS: Web Resources and Development
Introduction
-
Focus on relevant Web Content Accessibility Guidelines 1.0 (WCAG1.0) produced by W3C Web Accessibility Initiative (WAI)
(
www.w3.org/WAI
)
-
Including a couple of other key form design issues.
-
Is NOT a presentation on:
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)
|