>> I wonder if (nested) forms should simply be allowed to have any tag >> name the programmer desires? > > No. Because 99% of the time the programmer is not aware that the form > is used in a nested fashion: the form usually is on a Panel, that is > used inside another form. The panel is standalone and should use form > tags.
Yes, but there is no harm done if it is ALLOWED to have another tag name. If the user uses <form there is no harm done and the backward compatibility would take care of replacing <form> with <div>. ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
