| Title | Well-formedness error: overlapping elements |
|---|---|
| Description | An XHTML file that is not well-formed because the em and strong elements overlap while they should nest.
This makes the structure ambiguous and might cause problems, for example for IBM Home Page Reader (see 'HTML 4.01 validity errors' at http://www.w3.org/2005/Talks/0908-wcag/validity-errors.html.
|
| Creator | BenToWeb (Christophe.Strobbe@…) |
| Rights | Copyright BenToWeb 2004-2007 |
| Language | English |
| Date | 2005-10-04 |
| Status | draft |
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: em
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Documents must be well-formed .
Feature: strong
(namespace: http://www.w3.org/1999/xhtml)
.
Technical specification: Documents must be well-formed .
This test case is intended to fail because the because the markup is ambiguous and may cause problems for assistive technologies.
End user.
“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 9, column 15: http://www.w3.org/WAI/GL/WCAG20/WD-WCAG20-20050211/#4.1_use-spec-avoid-spec-no-exception.
The syntax of the document is not correct; the content may be rendered in an incorrect order.
The document is not well-formed: the strong element is not completely nested inside the em element.
See 'Common HTML 4.01 validity errors and their effect on accessibility' at http://www.w3.org/2005/Talks/0908-wcag/validity-errors.html
and 'Tag Soup: How UAs handle <x> <y> </x> </y>' at http://ln.hixie.ch/?start=1037910467&count=1.