Comment 6 for bug 593255

Revision history for this message
Micah Gersten (micahg) wrote : Re: [Bug 593255] Re: Mozilla Firefox renders HTML comment incorrectly

That code has 32 validation errors per the site I posted earlier.
Please resolve the errors and see if there's still an issue.

On 06/13/2010 10:09 AM, 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>
>