- From: Charles Reitzel <creitzel@rcn.com>
- Date: Mon, 14 Oct 2002 15:04:23 -0400
- To: "BobR" <bobr@foresight-inc.com>
- Cc: "'Dave Raggett'" <html-tidy@w3.org>
Not quite. You cannot have the sequence < + / + letter anywhere within a <script> element. There are a number of methods of working around this limitation. Tidy does it by escaping the forward slash character within Javascript literals. take it easy, Charlie At 11:20 AM 10/14/2002 -0500, BobR wrote: >I thought I'd give Tidy a try and got these messages ... seems like it's >out of date or I'm mixed up. I picked up this javascript from ><!-- This script and many more are available free online at --> ><!-- The JavaScript Source!! ><http://javascript.internet.com>http://javascript.internet.com --> > ... seems to work ok. > >______________________________ >Bob Ricketts ><mailto:bobr@foresight-inc.com>bobr@foresight-inc.com > >================================================= ><SCRIPT type="text/javascript" language="JavaScript"> > line 11 column 9 - Warning: <script> lacks "type" attribute > > "<title>"+title+"<\/title>"+ > "<\/head>"+ > line 35 column 31 - Warning: '<' + '/' + letter not allowed here > line 36 column 14 - Warning: '<' + '/' + letter not allowed here >===== >HTML & CSS specifications are available from ><http://www.w3.org/>http://www.w3.org/ >To learn more about Tidy see ><http://www.w3.org/People/Raggett/tidy/>http://www.w3.org/People/Raggett/tidy/ >Please send bug reports to Dave Raggett care of ><<mailto:html-tidy@w3.org>html-tidy@w3.org> >Lobby your company to join W3C, see ><http://www.w3.org/Consortium>http://www.w3.org/Consortium
Received on Monday, 14 October 2002 14:52:11 UTC