background-url

Bug in Tidy?

This:

-----------------------------------------------------------------------
<html>
<head>
<title>Test</title>
</head>
<body background="pic.gif">

<h1>Test</h1>

</body>
</html>
-----------------------------------------------------------------------

turns out like this:

-----------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>Test</title>
<style type="text/css">
 body {
  background-url: url(pic.gif);
 }
</style>
</head>
<body>
<h1>Test</h1>
</body>
</html>
-----------------------------------------------------------------------

when I run Tidy (in HTML-Kit).

"background-url"???

===========================================================================
                             Bertil Wennergren
             KimCo AB, Birger Jarlsgatan 104, 114 20 Stockholm
                 Tel: 08 - 612 85 00    Fax: 08 - 15 45 70
                             <bertil@kimco.se>
===========================================================================

Received on Wednesday, 21 June 2000 10:28:45 UTC