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 LodalReceived on Tuesday, 22 June 2004 00:40:01 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:42 UTC