| Title | Validity error: table body before table heading |
|---|---|
| Description | An XHTML file that is well-formed but not valid because the tbody element appears before the thead element in the table instead of after it.
It cannot be predicted how assistive technology responds to this; possibly, the table heading is still read before the content of the table.
|
| Creator | BenToWeb (Christophe.Strobbe@…) |
| Rights | Copyright BenToWeb 2005-2007 |
| Language | English |
| Date | 2005-10-05 |
| 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: table
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Strictly Conforming Documents .
This test case is intended to pass because elements have complete start and end tags that are nested according to specifications (even though the table heading—thead—does not appear in its correct place in the markup).
Three or more accessibility experts.
“Rules” refer to success criteria in WCAG 2.0, checkpoints in WCAG 1.0 and similar requirements.
The test case passes (line 61, column 3) the following success criterion: http://www.w3.org/TR/2007/WD-WCAG20-20070517/Overview.html#ensure-compat-parses.
Depending on the browser or assistive technology, the user may not be able to access the column headers before the table content.
This test case does not map to a WCAG 2.0 technique or failure.
The test case fails the following success criterion at line 61, column 3: http://www.w3.org/TR/2006/WD-WCAG20-20060427/guidelines.html#ensure-compat-parses.
Depending on the browser or assistive technology, the user may not be able to access the column headers before the table content.
Online version: sc4.1.1_l1_010.
The test case fails the following success criterion at line 61, column 3: http://www.w3.org/WAI/GL/WCAG20/WD-WCAG20-20050211/#4.1_use-spec-avoid-spec-no-exception.
Depending on the browser or assistive technology, the user may not be able to access the column headers before the table content.