- From: Simon Lodal <simonl@parknet.dk>
- Date: Tue, 22 Jun 2004 06:36:10 +0200
- To: www-validator@w3.org
Hello There is a small error in the w3.org HTML validator: It does not recognize script type declarations in the form of meta tags, as specified in html-4.01 section 18.2.2. The following document produces 2 errors, one for each script: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>tester</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <script> // dummy </script> </head><body> <script> // more dummy </script> </body></html> Regards, Simon Lodal
Received on Tuesday, 22 June 2004 00:40:01 UTC