Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.5.1
-
None
Description
According to XHTML 1.0 Strict, <form> may contain: ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | noscript | ins | del | script )*
FilterForm directly adds an <input> tag to the <form> in onComponentTagBody. This results in invalid XHTML 1.0 Strict.