tidyExample, what's wrong ?

Hello every one,

I hope not to disturb you too much.

What is wrong with this example, which simply write my name:

<html>
<body>
<I><FONT SIZE="5">Najib T</FONT></I><FONT SIZE="5">O</FONT><I><FONT SIZE="5">UNSI</FONT></I>
</body>
</html>

view

The problem is after passing tidy -c, which give this

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title></title>
<style type="text/css">
 span.c2 {font-size: 150%}
 i.c1 {font-size: 150%}
</style>
</head>
<body>
<i class="c1">Najib T</i><span class="c2">O</span><i class=
"c1">UNSI</i>
</body>
</html>

view, which is not what I expect.


Note: The problem does not appear with
tidy -asxml

Yours very sincerly

--
Najib TOUNSI
W3C Office Morocco

Received on Monday, 11 September 2000 15:27:06 UTC