Re: XHTML + <form ...> </form> BUG?

On Sun, 23 Sep 2001, Sebastian Boschert wrote:

> <form action="test" method="post">
> <input type="text" name="a" ></input>
> </form>

As Sean already said, <input> needs to be enclosed in a suitable
(block-level) container, and <form> (arguably perversely) isn't one.

It seems to me that this error message is not ideal: why not revert
to a message that lists the elements <input> can be contained in at
this point?

-- 
Nick Kew

Site Valet - the essential service for anyone with a website.
<URL:http://valet.webthing.com/>

Received on Sunday, 23 September 2001 13:05:23 UTC