Web Historical Disclaimer:

This is a historical page and is no longer maintained. Read our Web history statement for more information.

Skip to Main ContentThe University of Texas at Austin
Accessibility Institute
Making the Web more usable for everyone
 

Home

Consulting

Resources

Research

About Us

Site Map

How-Tos and Demos

Accessible Forms

Example: Grouping Related Items on a Form

Schedule your event


In this example, assign the <fieldset> and <legend> elements to group the three pulldown menus under an onscreen "legend". Assign a title attribute to each <select> element as well. JAWS will speak the legend and the title attribute as the user tabs through the form.

 

How to do it

Code Example for Grouping Related Items on a Form Opens a new window

 

Rationale

The key to accessible forms is that all users have access to the instructions necessary to complete and submit the form. The purpose of the <label> element is to make sure that assistive technology can identify the labels and instructions on the form.

 

How it sounds with the JAWS screen reader

Listen to JAWS reading this form Opens a new window

 

JAWS transcript

[Enter Forms mode on Schedule your event month combo box January

Open list box January February March April tab

Schedule your event date combo box 01 schedule your 02 03 tab

Schedule your event year combo box 2003 Schedule your 2004 tab

Schedule event button Enter]

 

Applicable Accessibility Standards and Guidelines

 
Last Modified: 2008 September 28