I’m using ME 5.1.1 GA.
I’ve a problem with the Strict HTML DOCTYPE.
I’ve a JSP which originally used a Transitional HTML DOCTYPE and passed W3C validation. I need to change the DOCTYPE to Strict HTML.
I’ve no issues when I use the Transitional DOCTYPE, but when I use the Strict DOCTYPE ME seems to freeze at various times.
E.g. when I type a < to start a new tag, the in context help appears with the list of valid tags, and ME then freezes. No matter how long I leave it, the list remains visible and the application remains unresponsive. I then end up closing the application through task manager. If I move the DOCTYPE back to transitional, the problem goes away – all editing is as you would expect and the application does not hang.
The two lines I’m using are:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
Any ideas?
Thanks,
Aidan.