Comment 5 for bug 593255

Revision history for this message
ullix (ullix) wrote :

I have used the validator to remove everything not related to the reported issue. The output now is this:

<!-- ---------------------------------------------------------- -->

For all I can say this is a proper comment consisting of a number of dashes, which I think is correct as it should not matter what I put as comment, yet the validator complains about a lot of things which are just follow-ups of an early issue, which is incorrectly declared to be an error.

Here is the code tested:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>mytitle</title>
</head>
<body>
<!-- ---------------------------------------------------------- -->
</body>
</html>