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

QF XHTML strict compliance

Details

Request #6427QF XHTML strict compliance
Submitted2006-01-06 10:28 UTC
Fromdemental at free dot fr
Assignedavb
StatusClosed
PackageHTML_QuickForm
PHP VersionIrrelevant
OSAny
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.