the following html code puzzles me, because I am unable to explain the behaviour of the validation service at w3c. if you have any good explanations, please let me know. best, Herbert ------ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE>Good HTML</TITLE> </HEAD> <BODY> <TABLE width="100%"> <TR> <TD> <FORM method="post" action="/someurl.html"> <P> <!-- required for validation --> <INPUT type="hidden" name="user" value="hans"> <INPUT type="submit" value="Send IT"> <TABLE> <TR> <TD> xxx </TD> </TR> </TABLE> </P> <!-- not allowed for validation --> </FORM> </TD> </TR> </TABLE> </BODY> </HTML>Received on Sunday, 1 September 2002 22:09:54 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 13:05:40 GMT