| Title | Text input field with help link (linked image) |
|---|---|
| Description | Document containing three text input fields. A link after the last input field leads to a help page with descriptive information about the text input field. The new page is opened with a linked image calling a JavaScript function. |
| Creator | BenToWeb (Daniela.Ortner@…) |
| Rights | Copyright BenToWeb 2005-2007 |
| Language | English |
| Date | 2005-08-25 |
| 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: input
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Form input element .
Feature: a
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: The A element .
Feature: img
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Including an image: the IMG element .
The test case is intended to pass, because the help link provides context-sensitive help for the text input field.
JavaScript must be enabled for the test files to work as intended.
Accessibility expert.
“Rules” refer to success criteria in WCAG 2.0, checkpoints in WCAG 1.0 and similar requirements.
The test case passes (line 21, column 130) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20060427/guidelines.html#minimize-error-context-help.
The test case passes (line 21, column 156) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20060427/guidelines.html#minimize-error-context-help.
The test case passes (line 21, column 72) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20060427/guidelines.html#minimize-error-context-help.
The user can get help for the input field “Desired position”.
Test file uses <a href="javascript: help()"><img src='resou… to link to the help file.
The test case passes (line 21, column 127) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20050630/#minimize-error-context-help.
The test case passes (line 21, column 156) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20050630/#minimize-error-context-help.
The test case passes (line 21, column 72) the following success criterion: http://www.w3.org/TR/2006/WD-WCAG20-20050630/#minimize-error-context-help.
The user can get help for the input field “Desired position”.
Test file uses <a href="javascript: help()"><img src='resou… to link to the help file.