RE: Problem with INPUT tags

Sorry I had assumed you were tidying to XHTML as that is primarily what
I use tidy for!

I presume Cedric was also tidying to XHTML, so you would also have to do
that to reproduce his problem.

Cheers
Ben


-----Original Message-----
From: Bjoern Hoehrmann [mailto:derhoermi@gmx.net] 
Sent: Wednesday, 9 April 2003 10:14 AM
To: Ben Noblet
Cc: html-tidy@w3.org
Subject: Re: Problem with INPUT tags


* Ben Noblet wrote:
>> I am unable to reproduce this, maybe this is caused by other errors 
>> or
>
>> your configuration options? Using the latest JTidy available I get

>Your output is invalid as the INPUT tag is not closed.

For HTML output, the <input> element must not have an end tag, for XHTML
output, Tidy will print <input ... />; choosing XHTML output does not
cause the behaivour you describe.

Received on Tuesday, 8 April 2003 20:35:45 UTC