[VE][79] Error Message Feedback

The validator is useful in finding errors, so keep up the work. Many 
errors in my documents appear to be incorrectly flagged. For example 
received this error:

Line 113, column 87: end tag for element "STYLE" which is not open

....ss">div#tblContent{width:90%;}</style>');

However, I believe this line in the document head is valid.

document.write('<style type="text/css">div#tblContent{width: 
95%;}</style>');

The validator seems to have a problem with document.write

It also stumble on

Line 135, column 6: end tag for element "HEAD" which is not open

</head>

Since this tag is preceded, albeit with several lines of code, by <head> 
and there is only one </head> in the document.

Received on Sunday, 12 September 2004 22:40:07 UTC