| Title | Name, role and value for radio buttons [new] |
|---|---|
| Description | A document containing a simple form with a set of radio buttons. The radio buttons have labels. All the user interface components are created with standard XHTML without scripting. |
| Creator | BenToWeb (Christophe.Strobbe@…) |
| Rights | Copyright BenToWeb 2005-2007 |
| Language | English |
| Date | 2007-08-24 |
| Status | validated |
Technologies are markup languages or data formats. If the technology is a markup language, “features” refers to elements and attributes.
XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition)
Feature: form
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification:
The form element
.
Feature: input
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification:
The input element
.
Feature: label
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification:
The label element
.
The test case is intended to pass because it uses the proper markup for input fields and labels so that the name, role and value of each user interface component can be determined.
Automatic evaluation.
“Rules” refer to success criteria in WCAG 2.0, checkpoints in WCAG 1.0 and similar requirements.
The test case passes the following success criterion: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#ensure-compat-rsv.
Users of assistive technology can determine the name, role and value of each user interface component.
This test case maps to technique G108: Using markup features to expose the name and role, allow user-settable properties to be directly set, and provide notification of changes and to technique H44: Using label elements to associate text labels with form controls.