RE: Tidy Bug Jul 26

Strange,

I tried it, maybe it was caused by something else.  I will see if I can
narrow the problem down.

Thanks

Kevin

-----Original Message-----
From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net]
Sent: Friday, August 06, 1999 18:33
To: kberk@bigfoot.com
Cc: html-tidy@w3.org
Subject: Re: Tidy Bug Jul 26

| If their is a blank ALT element in the HTML source like
|
| ALT=""
|
| Tidy is changing this to:
|
| ALT

Sure? I tried exactly your code and i got:

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title></title>
</head>
<body>
<img alt="">
</body>
</html>

Received on Friday, 6 August 1999 18:51:06 UTC