[VE][127] Error Message Feedback

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