ZF-2998: name attribute on <form isn't xhtml strict compliant
Description
When generating a form the rendering generates code like this:
<
form name="quicksearch" id="quicksearch" enctype="application/x-www-form-urlencoded" action="#" method="post">
Problem is name is not allowed on xhtml1.0 strict, and even if doctype is set to XHTML1_STRICT still name is used on form rendering...
Comments
Posted by Wil Sinclair (wil) on 2008-03-31T14:58:08.000+0000
Please evaluate and categorize as necessary.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T11:54:17.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-05T08:19:04.000+0000
Resolved in trunk and 1.5 release branch as of r9363.