Re: applet tag

* David Halliday <dhalliday@staff.esc.org.uk> wrote:
| I am not sure whether it is me or something else.
| Every time I run html-tidy with the html-kit, the applet tag disappears on
| the tidied version.

Some sample code for us?

Y:\logs>tidy

Tidy (vers 30th November 1999) Parsing console input (stdin)
<applet><!-- --></applet>
line 1 column 1 - Warning: inserting missing 'title' element
^Z

"stdin" appears to be HTML 3.2
1 warnings/errors were found!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title></title>
</head>
<body>
<applet><!-- --></applet>
</body>
</html>

For me it's still there :-)

regards,
--
Björn Höhrmann - mailto:bjoern@hoehrmann.de - http://www.bjoernsworld.de

Received on Wednesday, 8 December 1999 11:23:40 UTC