| Title | Table used to lay out a form; labels are linked with input fields |
|---|---|
| Description | Document containing a table used to lay out a simple form with two input fields.
Each input field has a label; the label is in the same row as the input field it belongs to (but in a different cell).
The labels and the input fields are connected by means of for and id attributes.
|
| Creator | BenToWeb (evlach@…) |
| Rights | Copyright BenToWeb 2004-2007 |
| Language | English |
| Date | 2005-08-29 |
| Status | accepted QA |
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: table
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: The TABLE element .
The test case is intended to pass because between the input fields and the labels in the table are explicitly linked.
Accessibility expert.
“Rules” refer to success criteria in WCAG 2.0, checkpoints in WCAG 1.0 and similar requirements.
The test case passes (line 10, column 1) the following success criterion: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#content-structure-separation-programmatic.
Each input field is explicitly linked with the label next to it.
This test case maps to technique H44: Using label elements to associate labels with form controls and to technique H51: Using table markup to present tabular information .
The test case passes (line 10, column 1) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20060427/guidelines.html#content-structure-separation-programmatic.
Each input field is explicitly linked with the label next to it.
Online version: sc1.3.1_l1_020.
The test case passes (line 10, column 1) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20050630/#content-structure-separation-programmatic.
-