Jorge wrote:
On Tue, Apr 15, 2008 at 04:16:55AM +0000, corvid wrote:
section 17.2.1 says:
"The elements used to create controls generally appear inside a FORM element, but may also appear outside of a FORM element declaration when they are used to build user interfaces. This is discussed in the section on intrinsic events. [p.254] Note that controls outside a form cannot be successful controls [p.245]."
..but I'll make a separate patch for controls outside of forms.
AFAICS this may be useful with client side scripts, but we're a long way from suporting scripts.
It's also useful if you want to look at a page that explains tags. The page put up a button tag outside of a form to show me what button tags look like. (plus I've already written the code)