possible bug with tags found in script
From: Scott Palmer (Scott.Palmer@home.com)
Date: Tue, Aug 24 1999
Date: Tue, 24 Aug 1999 22:53:17 -0400 (EDT)
Message-ID: <001301beeea5$22d2d6d0$e3344118@dpsca>
From: "Scott Palmer" <Scott.Palmer@home.com>
To: <www-validator@w3.org>
Subject: possible bug with tags found in script
The following code failed to validate:
<SCRIPT type="text/javascript">
<!--
document.writeln("<BR><B>You are using: </B>" + navigator.appName);
// -->
</SCRIPT>
The error was:
Error at line 74:
document.writeln("<BR><B>You are using: </B>" + navigator.appName);
end tag for element "B" which is not open (explanation...)