Re: Tidy Aug 4 2000 version with strange output

On Thu, 24 Aug 2000, Sebastian Lange wrote:

> I can confirm this, Tidy seems to ALWAYS set XHTML 1.0
> Transitional for output-xhtml: yes, even when it correctly
> recognized HTML 4.01 Strict or HTML 4.01 Frameset before...

I have just checked and found that

<html>
  <head><title>test</title></head>
  <body>
    <p><a href="test.html">link</a></p>
  </body>
</html>

is mapped to XHTML 1.0 strict while

<html>
  <head><title>test</title></head>
  <body>
    <a href="test.html">link</a>
  </body>
</html>

is mapped to XHTML 1.0 transitional, which is correct.

Do you have any simple test cases where Tidy is doing the
wrong thing on this?

Regards,

-- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett
tel/fax: +44 122 578 3011 (or 2521) +44 778 532 0444 (mobile)
World Wide Web Consortium (on assignment from HP Labs)

Received on Friday, 1 September 2000 10:15:53 UTC