Home » HTML » HTML_QuickForm » Bug #4508
XHTML and accesibility
Details
| Request #4508 | XHTML and accesibility |
|---|---|
| Submitted | 2005-06-02 08:56 UTC |
| From | naonak at free dot fr |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| 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" />