[Wash-at] [Washington Assistive Technology Act Program Blog] Web
Accessibility Wednesda...
Tom Baroch
tbar1 at rocketmail.com
Wed Aug 31 09:12:57 PDT 2011
Please remove me from this list.
Thank you.
Tom Baroch
From: Washington Assistive Technology Act Program <watap at uw.edu>
To: wash-at at u.washington.edu
Sent: Wednesday, August 31, 2011 9:52 AM
Subject: [Wash-at] [Washington Assistive Technology Act Program Blog] Web Accessibility Wednesda...
This is part of a continuing series of web accessibility tips for IT personnel, web managers and web development groups. These tips can be used to review current website accessibility and to utilize in developing new websites with the hope of improving web accessibility for everyone.
Most types of form elements (text boxes, text areas, checkboxes, radio buttons, etc.) have a text label adjacent to them that identifies the function of that particular form element (e.g., "First name" adjacent to a text box). Sighted users make a visual associate between a label and its corresponding form element based on proximity and positioning. A user who is blind cannot make this visual association, so the label must be programmatically associated with its form element using the HTML < label >tag. When properly associated, a screen reader will read the text label when it encounters the form element.
First name:
< label for="fname" >First name:< /lable > < input id="fname" >< /label >
More about Creating Accessible Forms
--
Posted By Washington Assistive Technology Act Program to Washington Assistive Technology Act Program Blog at 8/31/2011 08:52:00 AM
_______________________________________________
Wash-at mailing list
Wash-at at u.washington.edu
http://mailman2.u.washington.edu/mailman/listinfo/wash-at
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman2.u.washington.edu/pipermail/wash-at/attachments/20110831/195b32f0/attachment.htm
More information about the Wash-at
mailing list