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 #4508

XHTML and accesibility

Details

Request #4508XHTML and accesibility
Submitted2005-06-02 08:56 UTC
Fromnaonak at free dot fr
StatusBogus
PackageHTML_QuickForm
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-06-02 08:56 UTC] naonak at free dot fr

Description:
------------
In my opinion, you should generate XHMTL instead of HTML. Banish <b>
and other old HTML tag. If user want, he can define it himself in the
labels.

For more accesibility use attribute label and id like this :

<label for="firstname">
First Name:
</label>
<input type="text" name="firstname" id="firstname" />