- From: David Öberg <David.Oberg@ausystem.se>
- Date: Thu, 6 Jun 2002 12:23:49 -0400 (EDT)
- To: "'site-comments@w3.org'" <site-comments@w3.org>
I tried to validate this text <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>Form</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form action="http://www.htmlhelp.com/"> <input name="name"> </form> </body> </html> And it didnt pass. when I changed the DOCTYPE to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">, it did pass. There must be something wrong with the validator, must it not?
Received on Thursday, 6 June 2002 13:31:48 UTC