- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Wed, 07 Sep 2005 07:04:08 +0200
- To: xah lee <xah@xahlee.org>
- Cc: html-tidy@w3.org
* xah lee wrote: >When using -utf8, as in > >tidy -utf8 -e file.html > >tidy simply returns: > >Info: Document content looks like HTML 3.2 >No warnings or errors were found. > >even though the file.html has lots of obvious mismatched tags. > >is this a bug? > >i'm using version: >HTML Tidy for Mac OS X released on 1st December 2002 (It would be good if you send you send new mails using the New Mail feature of your mail client rather than using Reply To and changing the subject line, etc) The "looks like" feature only considers the elements and attributes you use, so, if you only use HTML 3.2 features, Tidy will state that the document looks like HTML 3.2 regardless of errors it may have found and complained about. If there are any other problems, note that the december 2002 version is quite outdated, you should upgrade to a more recent version. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Wednesday, 7 September 2005 05:03:47 UTC