[TYPO3-content-rendering] accessible forms with validation

Robert Markula robert.markula at gmx.net
Fri Jul 8 17:38:03 CEST 2005


Martin Kutschker wrote:
> Kai Laborenz schrieb:
> 
>> Hi,
>>
>> I am trying to do some accessible forms using the extension mailformplus.
>>
>> To be accessible it ist required to have default values for form fields.
> 
> 
> What document requires this? I haven't heard of such a requiremnt yet.
> 
> I'm not sure if defaults, probably meant as examples, really improve the 
> usabilty of a form.

If I remember correctly, the german BITV and WCAG recquire this (with 
the remark, that it is only required until the browser technology has 
advanced so this may become obsolete).

In reality, it is makes things more difficult for the normal user and 
for the disabled.
If a label is used correctly, the default text is unnecessary. Things 
get redundant.
Plus, usability tests have shown that users often don't delete the 
default value before they enter a text string. You could use a 
javascript to delete the default value as soon as the inputfield gets 
the focus, but it only works when javascript is enabled.

But the question remains, why do this at all, when label-tags are used 
correctly?

Just my thoughts,
Ro



More information about the TYPO3-project-content-rendering mailing list