[Html-widget] opinions of removing implicit fieldset / breaking back-compat

Ash Berlin ash at cpan.org
Wed Nov 8 11:14:00 GMT 2006


Michael Gray wrote:
> On Wed, 8 Nov 2006, Carl Franks wrote:
> 
>> I'd like to remove the implicit sub-container: meaning, if you do this...
>> $widget->element( Textfield => 'foo' );
>> ...you no longer get an implicit Fieldset around the form elements.
> 

I'd like to point out that HTML as follows:

<form ...><input type="text" .../></form>

is invalid. A form tag can only contain block level elements (of which 
input is not one)

Ash



More information about the Html-widget mailing list