Subject: Re: IE Client side transformation issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 3 Aug 2007 15:50:10 +0100
|
> Isn't this part of the HTML spec? I realize that its a bit
> silly that not using a closing script element breaks the page
that's what the HTML spec would demand, so this behaviour doesn't seem
silly to me. remember in html script is a CDATA eleemnt so it turns off
< and & as being special characters and normal processing only begins
after the literal string </script appears. So ypu can't omit the end tag.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|