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

form tag attribute name not XHTML compliant

Details

Submitted2004-11-25 17:27 UTC
Frommike at xminus1 dot com
StatusBogus
PackageHTML_QuickForm
PHP Version5CVS-2004-11-25 (dev)
OSWindows 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 ;)