Home » HTML » HTML_QuickForm » Bug #2783
QuickForm Accessibility
Details
| Request #2783 | QuickForm Accessibility |
|---|---|
| Submitted | 2004-11-18 10:15 UTC |
| From | pierre dot poignant at gmail dot com |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | 5.0.1 |
| OS | Linux |
| 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....