I'm pretty sure that's a mistake on the validator's part. but I've given up trying to argue with the folks who make them. It thinks parts of the address in the comment should be the end of the comment, and if so, they're malformed, but they're not, they're just part of the comment's content, and a legal part as far as I know, so it should just let it go. In any case you can get rid of the error by explicitly commenting out the entire block line by line:
Code:
//***********************************************
//* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
//* Please keep this notice intact
//* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
//***********************************************/
As far as I know, this is only a "problem" in the HTML 5 validator. At least that's where it first cropped up, never used to be an issue in any of the validators. I don't know if it's technically correct for that DOCTYPE or what.
Bookmarks