| Title | Tabindex in link list does not match visual order [new] |
|---|---|
| Description | A document containing a list with four hyperlinks. The links have a tabindex value that does not match their order in the list. When using tabulator key to browse through the list, the focus order does not match the visual order. |
| Creator | BenToWeb (Reinhard.Ruemer@…) |
| Rights | Copyright BenToWeb 2004-2007 |
| Language | English |
| Date | 2007-08-25 |
| 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: tabindex
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Tabbing navigation .
The test case is intended to fail because the focus order of the link elements doesn't match the order in the link list.
Accessibility expert.
“Rules” refer to success criteria in WCAG 2.0, checkpoints in WCAG 1.0 and similar requirements.
The test case fails the following success criterion at line 13, column 9: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#.
The test case fails the following success criterion at line 16, column 9: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#.
The test case fails the following success criterion at line 19, column 9: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#.
The test case fails the following success criterion at line 22, column 9: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#.
Tabulator order doesn't follow logical sequence.
This test case maps to failure F44: Failure of SC 2.4.4 due to using tabindex to create a tab order that does not follow relationships and sequences in the content.