Project

General

Profile

Actions

Bug #15569

closed

handling of fieldset is counterproductive

Added by Marc Bastian Heinrichs over 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Must have
Category:
Communication
Target version:
-
Start date:
2006-02-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you add a form element with radio buttons you get three fieldsets by default.
One from stdWrap.wrap around the form,
one from RADIO.layout
and one from hardcoded for radio button.

A fieldset in a fieldset in a fieldset is counterproductive and NOT accessible. See definition by W3C below.

For accessibility it only make sense to have a self definable fieldset element in form wizard - the patch is here http://bugs.typo3.org/view.php?id=2292 - and to kill the hardcoded fieldset for radio buttons.

Definition by W3C:
The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigation for speech-oriented user agents. The proper use of this element makes documents more accessible.

http://www.w3.org/TR/html4/interact/forms.html#h-17.10
(issue imported from #M2485)


Files

screenshot.gif (4.17 KB) screenshot.gif Administrator Admin, 2006-02-05 11:12
mailform-accessibility-fieldsets.diff (1.31 KB) mailform-accessibility-fieldsets.diff Administrator Admin, 2006-03-31 15:30

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #15431: fieldset element for FORMClosed2006-01-16

Actions
Actions

Also available in: Atom PDF