PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #2783

QuickForm Accessibility

Details

Request #2783QuickForm Accessibility
Submitted2004-11-18 10:15 UTC
Frompierre dot poignant at gmail dot com
StatusWont fix
PackageHTML_QuickForm
PHP Version5.0.1
OSLinux
Roadmaps(Not assigned)

Comments

[2004-11-18 10:15 UTC] pierre dot poignant at gmail dot com

Description:
------------
It would be great if QuickForm could produce some code that respects accessibility standards, the only thing lacking for us to do this is the attribute id in the input fields. Then one could do this :

<label for="email">Your email</label>
<input type="text" id="email" name="youremail" />

Maybe id and name could be the same ?

[2004-12-05 02:50 UTC] cross at intraxinc dot com

As of XTML 1.0, id and name ARE the same thing (at least if you have a w3c-stardards complient browser....