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 /BReceived on Wednesday, 4 September 2002 20:27:15 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:29 UTC