Home » HTML » HTML_QuickForm » Bug #6427
QF XHTML strict compliance
Details
| Request #6427 | QF XHTML strict compliance |
|---|---|
| Submitted | 2006-01-06 10:28 UTC |
| From | demental at free dot fr |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | Any |
| Roadmaps | (Not assigned) |
Comments
[2006-01-06 10:28 UTC] demental at free dot fr
Description:
------------
This problem seems to occur in several other packages,
so I'm not sure it comes from QF, or HTML_Common.
In XHTML strict the attribute 'name' is not allowed for
the form tag. It should be replaced by the id attribute,
which implies changes in the client-side validation too
(using getElementById to get the elements)
Expected result:
----------------
I expect the 'name' attribute in the form to be replaced
by the 'id' attributes and the javascript validation
modified as well. I don't know about the eventual side-
effects though.