Possible bug?

List,
	I'm validating XHTML strict, and have a form in my document, right after 
the <form> element I have an <input> element, but the validator says 
that's not allowed, but I looked at the spec and it says I can (and 
should) put <input> elements there, what gives? (me or it?)

The <form> is in a <td> is that OK?

My document tree is like:

<body>
<table>
<tr><td>
	<table>
	<tr><td>
	<form>
	<input>
	</form>
	</td></tr>
	</table>
</td></tr>
</table>
</body>

I'm not on the list so please reply directly, thank you

/B

Received on Wednesday, 4 September 2002 20:27:15 UTC