Home » HTML » HTML_QuickForm » Bug #2829
form tag attribute name not XHTML compliant
Details
| Submitted | 2004-11-25 17:27 UTC |
|---|---|
| From | mike at xminus1 dot com |
| Status | Bogus |
| Package | HTML_QuickForm |
| PHP Version | 5CVS-2004-11-25 (dev) |
| OS | Windows XP Pro |
| Roadmaps | (Not assigned) |
Comments
[2004-11-25 17:27 UTC] mike at xminus1 dot com
Description:
------------
According to both the XHTML 1.0 Strict, and XHTML 1.1 DTDs, the attribute name is not valid for the form tag, as it it not part of the common attributes.
See, http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_common_collection for further information
Reproduce code:
---------------
$form = new HTML_QuickForm('enterToWin');
$form->display();
Expected result:
----------------
Actual result:
--------------
</form>
[2004-11-25 19:31 UTC] mike at xminus1 dot com
Thanks, I missed that one ;)